diff options
Diffstat (limited to 'drivers/net')
-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 */ |