diff options
Diffstat (limited to 'sound/aoa/soundbus/i2sbus/i2sbus.h')
-rw-r--r-- | sound/aoa/soundbus/i2sbus/i2sbus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/aoa/soundbus/i2sbus/i2sbus.h b/sound/aoa/soundbus/i2sbus/i2sbus.h index 0c69d209be50..ec20ee615d7f 100644 --- a/sound/aoa/soundbus/i2sbus/i2sbus.h +++ b/sound/aoa/soundbus/i2sbus/i2sbus.h | |||
@@ -97,9 +97,9 @@ i2sbus_attach_codec(struct soundbus_dev *dev, struct snd_card *card, | |||
97 | extern void | 97 | extern void |
98 | i2sbus_detach_codec(struct soundbus_dev *dev, void *data); | 98 | i2sbus_detach_codec(struct soundbus_dev *dev, void *data); |
99 | extern irqreturn_t | 99 | extern irqreturn_t |
100 | i2sbus_tx_intr(int irq, void *devid, struct pt_regs *regs); | 100 | i2sbus_tx_intr(int irq, void *devid); |
101 | extern irqreturn_t | 101 | extern irqreturn_t |
102 | i2sbus_rx_intr(int irq, void *devid, struct pt_regs *regs); | 102 | i2sbus_rx_intr(int irq, void *devid); |
103 | 103 | ||
104 | /* control specific functions */ | 104 | /* control specific functions */ |
105 | extern int i2sbus_control_init(struct macio_dev* dev, | 105 | extern int i2sbus_control_init(struct macio_dev* dev, |