diff options
Diffstat (limited to 'sound/oss/ad1848.c')
-rw-r--r-- | sound/oss/ad1848.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/ad1848.c b/sound/oss/ad1848.c index f6b6b886c2ad..257b7536fb18 100644 --- a/sound/oss/ad1848.c +++ b/sound/oss/ad1848.c | |||
@@ -195,6 +195,7 @@ static void ad1848_halt(int dev); | |||
195 | static void ad1848_halt_input(int dev); | 195 | static void ad1848_halt_input(int dev); |
196 | static void ad1848_halt_output(int dev); | 196 | static void ad1848_halt_output(int dev); |
197 | static void ad1848_trigger(int dev, int bits); | 197 | static void ad1848_trigger(int dev, int bits); |
198 | static irqreturn_t adintr(int irq, void *dev_id, struct pt_regs *dummy); | ||
198 | 199 | ||
199 | #ifndef EXCLUDE_TIMERS | 200 | #ifndef EXCLUDE_TIMERS |
200 | static int ad1848_tmr_install(int dev); | 201 | static int ad1848_tmr_install(int dev); |
@@ -2195,7 +2196,7 @@ void ad1848_unload(int io_base, int irq, int dma_playback, int dma_capture, int | |||
2195 | printk(KERN_ERR "ad1848: Can't find device to be unloaded. Base=%x\n", io_base); | 2196 | printk(KERN_ERR "ad1848: Can't find device to be unloaded. Base=%x\n", io_base); |
2196 | } | 2197 | } |
2197 | 2198 | ||
2198 | irqreturn_t adintr(int irq, void *dev_id, struct pt_regs *dummy) | 2199 | static irqreturn_t adintr(int irq, void *dev_id, struct pt_regs *dummy) |
2199 | { | 2200 | { |
2200 | unsigned char status; | 2201 | unsigned char status; |
2201 | ad1848_info *devc; | 2202 | ad1848_info *devc; |
@@ -2802,7 +2803,6 @@ EXPORT_SYMBOL(ad1848_detect); | |||
2802 | EXPORT_SYMBOL(ad1848_init); | 2803 | EXPORT_SYMBOL(ad1848_init); |
2803 | EXPORT_SYMBOL(ad1848_unload); | 2804 | EXPORT_SYMBOL(ad1848_unload); |
2804 | EXPORT_SYMBOL(ad1848_control); | 2805 | EXPORT_SYMBOL(ad1848_control); |
2805 | EXPORT_SYMBOL(adintr); | ||
2806 | EXPORT_SYMBOL(probe_ms_sound); | 2806 | EXPORT_SYMBOL(probe_ms_sound); |
2807 | EXPORT_SYMBOL(attach_ms_sound); | 2807 | EXPORT_SYMBOL(attach_ms_sound); |
2808 | EXPORT_SYMBOL(unload_ms_sound); | 2808 | EXPORT_SYMBOL(unload_ms_sound); |