diff options
author | Andi Kleen <ak@suse.de> | 2005-04-16 18:24:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:24:56 -0400 |
commit | b6d9a5d81c6159ad651b5c6bb9223d14e33d8033 (patch) | |
tree | 68c06cad51517a312ba720f37610f8380f084efd /include/net | |
parent | 1e01441051dda3bb01c455b6e20bce6d00563d82 (diff) |
[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); | |||
235 | dongle_t *irda_device_dongle_init(struct net_device *dev, int type); | 235 | dongle_t *irda_device_dongle_init(struct net_device *dev, int type); |
236 | int irda_device_dongle_cleanup(dongle_t *dongle); | 236 | int irda_device_dongle_cleanup(dongle_t *dongle); |
237 | 237 | ||
238 | #ifdef CONFIG_ISA | ||
239 | void irda_setup_dma(int channel, dma_addr_t buffer, int count, int mode); | 238 | void irda_setup_dma(int channel, dma_addr_t buffer, int count, int mode); |
240 | #endif | ||
241 | 239 | ||
242 | void irda_task_delete(struct irda_task *task); | 240 | void irda_task_delete(struct irda_task *task); |
243 | struct irda_task *irda_task_execute(void *instance, | 241 | struct irda_task *irda_task_execute(void *instance, |