diff options
Diffstat (limited to 'sound/oss/pas2_card.c')
-rw-r--r-- | sound/oss/pas2_card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/pas2_card.c b/sound/oss/pas2_card.c index 4ebb9638746e..25f3a22c52ee 100644 --- a/sound/oss/pas2_card.c +++ b/sound/oss/pas2_card.c | |||
@@ -88,7 +88,7 @@ void pas_write(unsigned char data, int ioaddr) | |||
88 | 88 | ||
89 | /******************* Begin of the Interrupt Handler ********************/ | 89 | /******************* Begin of the Interrupt Handler ********************/ |
90 | 90 | ||
91 | static irqreturn_t pasintr(int irq, void *dev_id, struct pt_regs *dummy) | 91 | static irqreturn_t pasintr(int irq, void *dev_id) |
92 | { | 92 | { |
93 | int status; | 93 | int status; |
94 | 94 | ||