summaryrefslogtreecommitdiffstats
path: root/drivers/sound/soundcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/soundcard.c')
-rw-r--r--drivers/sound/soundcard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/sound/soundcard.c b/drivers/sound/soundcard.c
index 425378ca2..ab90bf5da 100644
--- a/drivers/sound/soundcard.c
+++ b/drivers/sound/soundcard.c
@@ -32,6 +32,7 @@
#ifdef CONFIGURE_SOUNDCARD
#include <linux/major.h>
+#include <linux/mm.h>
static int soundcards_installed = 0; /* Number of installed
@@ -221,7 +222,7 @@ tenmicrosec (void)
}
int
-snd_set_irq_handler (int interrupt_level, void (*hndlr) (int))
+snd_set_irq_handler (int interrupt_level, void (*hndlr) (int, struct pt_regs *))
{
int retcode;