diff options
author | Andi Kleen <ak@suse.de> | 2005-04-16 15:24:56 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 15:24:56 -0700 |
commit | b6d9a5d81c6159ad651b5c6bb9223d14e33d8033 (patch) | |
tree | 68c06cad51517a312ba720f37610f8380f084efd /include/net | |
parent | 1e01441051dda3bb01c455b6e20bce6d00563d82 (diff) | |
download | linux-stable-b6d9a5d81c6159ad651b5c6bb9223d14e33d8033.tar.gz linux-stable-b6d9a5d81c6159ad651b5c6bb9223d14e33d8033.tar.bz2 linux-stable-b6d9a5d81c6159ad651b5c6bb9223d14e33d8033.zip |
[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 <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/irda/irda_device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/irda/irda_device.h b/include/net/irda/irda_device.h index 3b216f186f18..71d6af83b631 100644 --- a/include/net/irda/irda_device.h +++ b/include/net/irda/irda_device.h @@ -235,9 +235,7 @@ int irda_device_register_dongle(struct dongle_reg *dongle); dongle_t *irda_device_dongle_init(struct net_device *dev, int type); int irda_device_dongle_cleanup(dongle_t *dongle); -#ifdef CONFIG_ISA void irda_setup_dma(int channel, dma_addr_t buffer, int count, int mode); -#endif void irda_task_delete(struct irda_task *task); struct irda_task *irda_task_execute(void *instance, |