diff options
Diffstat (limited to 'drivers/sound/pas2_card.c')
-rw-r--r-- | drivers/sound/pas2_card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/pas2_card.c b/drivers/sound/pas2_card.c index 1bfd73fcc..524cc38b2 100644 --- a/drivers/sound/pas2_card.c +++ b/drivers/sound/pas2_card.c @@ -79,7 +79,7 @@ pas2_msg (char *foo) /******************* Begin of the Interrupt Handler ********************/ void -pasintr (int unused) +pasintr (int unused, struct pt_regs * regs) { int status; |