diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-08-08 22:59:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-13 00:54:56 -0400 |
commit | ab4c0c77b566bbac25e28c7ae487dc02bdd8f343 (patch) | |
tree | 08f68fd220aaf5b0aef464439fb5011b7ce561f7 /drivers/net/cs89x0.c | |
parent | 582b95c2709cd58913ec2a31b0266ba0aa67b03d (diff) |
net: cs89x0: includecheck fix for cs89x0.c
fix the following 'make includecheck' warning:
drivers/net/cs89x0.c: asm/irq.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cs89x0.c')
-rw-r--r-- | drivers/net/cs89x0.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/cs89x0.c b/drivers/net/cs89x0.c index ecf88abbf99e..839cac5fd8a5 100644 --- a/drivers/net/cs89x0.c +++ b/drivers/net/cs89x0.c | |||
@@ -177,13 +177,10 @@ static unsigned int cs8900_irq_map[] = {1,0,0,0}; | |||
177 | #elif defined(CONFIG_MACH_IXDP2351) | 177 | #elif defined(CONFIG_MACH_IXDP2351) |
178 | static unsigned int netcard_portlist[] __used __initdata = {IXDP2351_VIRT_CS8900_BASE, 0}; | 178 | static unsigned int netcard_portlist[] __used __initdata = {IXDP2351_VIRT_CS8900_BASE, 0}; |
179 | static unsigned int cs8900_irq_map[] = {IRQ_IXDP2351_CS8900, 0, 0, 0}; | 179 | static unsigned int cs8900_irq_map[] = {IRQ_IXDP2351_CS8900, 0, 0, 0}; |
180 | #include <asm/irq.h> | ||
181 | #elif defined(CONFIG_ARCH_IXDP2X01) | 180 | #elif defined(CONFIG_ARCH_IXDP2X01) |
182 | #include <asm/irq.h> | ||
183 | static unsigned int netcard_portlist[] __used __initdata = {IXDP2X01_CS8900_VIRT_BASE, 0}; | 181 | static unsigned int netcard_portlist[] __used __initdata = {IXDP2X01_CS8900_VIRT_BASE, 0}; |
184 | static unsigned int cs8900_irq_map[] = {IRQ_IXDP2X01_CS8900, 0, 0, 0}; | 182 | static unsigned int cs8900_irq_map[] = {IRQ_IXDP2X01_CS8900, 0, 0, 0}; |
185 | #elif defined(CONFIG_ARCH_PNX010X) | 183 | #elif defined(CONFIG_ARCH_PNX010X) |
186 | #include <asm/irq.h> | ||
187 | #include <mach/gpio.h> | 184 | #include <mach/gpio.h> |
188 | #define CIRRUS_DEFAULT_BASE IO_ADDRESS(EXT_STATIC2_s0_BASE + 0x200000) /* = Physical address 0x48200000 */ | 185 | #define CIRRUS_DEFAULT_BASE IO_ADDRESS(EXT_STATIC2_s0_BASE + 0x200000) /* = Physical address 0x48200000 */ |
189 | #define CIRRUS_DEFAULT_IRQ VH_INTC_INT_NUM_CASCADED_INTERRUPT_1 /* Event inputs bank 1 - ID 35/bit 3 */ | 186 | #define CIRRUS_DEFAULT_IRQ VH_INTC_INT_NUM_CASCADED_INTERRUPT_1 /* Event inputs bank 1 - ID 35/bit 3 */ |