Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74
b: refs/heads/master
c: b6d9a5d
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Apr 16, 2005
1 parent 72d6cd0 commit 5253ff8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e01441051dda3bb01c455b6e20bce6d00563d82
refs/heads/master: b6d9a5d81c6159ad651b5c6bb9223d14e33d8033
10 changes: 5 additions & 5 deletions trunk/drivers/net/irda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ config SIGMATEL_FIR

config NSC_FIR
tristate "NSC PC87108/PC87338"
depends on IRDA && ISA
depends on IRDA
help
Say Y here if you want to build support for the NSC PC87108 and
PC87338 IrDA chipsets. This driver supports SIR,
Expand All @@ -321,7 +321,7 @@ config NSC_FIR

config WINBOND_FIR
tristate "Winbond W83977AF (IR)"
depends on IRDA && ISA
depends on IRDA
help
Say Y here if you want to build IrDA support for the Winbond
W83977AF super-io chipset. This driver should be used for the IrDA
Expand All @@ -347,7 +347,7 @@ config AU1000_FIR

config SMC_IRCC_FIR
tristate "SMSC IrCC (EXPERIMENTAL)"
depends on EXPERIMENTAL && IRDA && ISA
depends on EXPERIMENTAL && IRDA
help
Say Y here if you want to build support for the SMC Infrared
Communications Controller. It is used in a wide variety of
Expand All @@ -357,7 +357,7 @@ config SMC_IRCC_FIR

config ALI_FIR
tristate "ALi M5123 FIR (EXPERIMENTAL)"
depends on EXPERIMENTAL && IRDA && ISA
depends on EXPERIMENTAL && IRDA
help
Say Y here if you want to build support for the ALi M5123 FIR
Controller. The ALi M5123 FIR Controller is embedded in ALi M1543C,
Expand Down Expand Up @@ -385,7 +385,7 @@ config SA1100_FIR

config VIA_FIR
tristate "VIA VT8231/VT1211 SIR/MIR/FIR"
depends on IRDA && ISA && PCI
depends on IRDA
help
Say Y here if you want to build support for the VIA VT8231
and VIA VT1211 IrDA controllers, found on the motherboards using
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/net/irda/irda_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 1 addition & 3 deletions trunk/net/irda/irda_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

0 comments on commit 5253ff8

Please sign in to comment.