aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/irda/irda_device.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/irda/irda_device.c b/net/irda/irda_device.c
index 9b9bb003c5a9..d6ccd3239dcf 100644
--- a/net/irda/irda_device.c
+++ b/net/irda/irda_device.c
@@ -470,11 +470,10 @@ void irda_device_unregister_dongle(struct dongle_reg *dongle)
470} 470}
471EXPORT_SYMBOL(irda_device_unregister_dongle); 471EXPORT_SYMBOL(irda_device_unregister_dongle);
472 472
473#ifdef CONFIG_ISA
474/* 473/*
475 * Function setup_dma (idev, buffer, count, mode) 474 * Function setup_dma (idev, buffer, count, mode)
476 * 475 *
477 * Setup the DMA channel. Commonly used by ISA FIR drivers 476 * Setup the DMA channel. Commonly used by LPC FIR drivers
478 * 477 *
479 */ 478 */
480void irda_setup_dma(int channel, dma_addr_t buffer, int count, int mode) 479void irda_setup_dma(int channel, dma_addr_t buffer, int count, int mode)
@@ -493,4 +492,3 @@ void irda_setup_dma(int channel, dma_addr_t buffer, int count, int mode)
493 release_dma_lock(flags); 492 release_dma_lock(flags);
494} 493}
495EXPORT_SYMBOL(irda_setup_dma); 494EXPORT_SYMBOL(irda_setup_dma);
496#endif