From b6d9a5d81c6159ad651b5c6bb9223d14e33d8033 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sat, 16 Apr 2005 15:24:56 -0700 Subject: [PATCH] x86_64: Make IRDA devices are not really ISA devices not depend on CONFIG_ISA This allows to use them on x86-64 Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- net/irda/irda_device.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net/irda/irda_device.c') diff --git a/net/irda/irda_device.c b/net/irda/irda_device.c index 9b9bb003c5a..d6ccd3239dc 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) } EXPORT_SYMBOL(irda_device_unregister_dongle); -#ifdef CONFIG_ISA /* * Function setup_dma (idev, buffer, count, mode) * - * Setup the DMA channel. Commonly used by ISA FIR drivers + * Setup the DMA channel. Commonly used by LPC FIR drivers * */ void 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) release_dma_lock(flags); } EXPORT_SYMBOL(irda_setup_dma); -#endif -- cgit v1.2.3