X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fsound%2Finitval.h;h=1daa6dff82974e8db05bdb6b0c43ce9075cc4d6e;hb=0b4d221b8d56deefca4984d01b3a010107ae1f72;hp=2ae76efc696fef63fe3d8b51d8c30dd9b528b774;hpb=6fa0cb1141da80eed4f86155fb51931bc1c31888;p=firefly-linux-kernel-4.4.55.git diff --git a/include/sound/initval.h b/include/sound/initval.h index 2ae76efc696f..1daa6dff8297 100644 --- a/include/sound/initval.h +++ b/include/sound/initval.h @@ -3,7 +3,7 @@ /* * Init values for soundcard modules - * Copyright (c) by Jaroslav Kysela + * Copyright (c) by Jaroslav Kysela * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -53,7 +53,7 @@ #ifdef SNDRV_LEGACY_FIND_FREE_IRQ #include -static irqreturn_t snd_legacy_empty_irq_handler(int irq, void *dev_id, struct pt_regs *regs) +static irqreturn_t snd_legacy_empty_irq_handler(int irq, void *dev_id) { return IRQ_HANDLED; }