diff options
Diffstat (limited to 'include/sound/mpu401.h')
-rw-r--r-- | include/sound/mpu401.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/sound/mpu401.h b/include/sound/mpu401.h index ac504321ea56..8c88267e9bea 100644 --- a/include/sound/mpu401.h +++ b/include/sound/mpu401.h | |||
@@ -106,10 +106,8 @@ struct snd_mpu401 { | |||
106 | 106 | ||
107 | */ | 107 | */ |
108 | 108 | ||
109 | irqreturn_t snd_mpu401_uart_interrupt(int irq, void *dev_id, | 109 | irqreturn_t snd_mpu401_uart_interrupt(int irq, void *dev_id); |
110 | struct pt_regs *regs); | 110 | irqreturn_t snd_mpu401_uart_interrupt_tx(int irq, void *dev_id); |
111 | irqreturn_t snd_mpu401_uart_interrupt_tx(int irq, void *dev_id, | ||
112 | struct pt_regs *regs); | ||
113 | 111 | ||
114 | int snd_mpu401_uart_new(struct snd_card *card, | 112 | int snd_mpu401_uart_new(struct snd_card *card, |
115 | int device, | 113 | int device, |