diff options
| -rw-r--r-- | drivers/net/ethernet/cirrus/cs89x0.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/ethernet/cirrus/cs89x0.c b/drivers/net/ethernet/cirrus/cs89x0.c index 6b3cd24eb454..f7449bdd2cc3 100644 --- a/drivers/net/ethernet/cirrus/cs89x0.c +++ b/drivers/net/ethernet/cirrus/cs89x0.c | |||
| @@ -182,11 +182,6 @@ static unsigned int cs8900_irq_map[] = {IRQ_IXDP2351_CS8900, 0, 0, 0}; | |||
| 182 | #define CS89x0_NONISA_IRQ | 182 | #define CS89x0_NONISA_IRQ |
| 183 | static unsigned int netcard_portlist[] __used __initdata = {IXDP2X01_CS8900_VIRT_BASE, 0}; | 183 | 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}; | 184 | static unsigned int cs8900_irq_map[] = {IRQ_IXDP2X01_CS8900, 0, 0, 0}; |
| 185 | #elif defined(CONFIG_MACH_QQ2440) | ||
| 186 | #define CS89x0_NONISA_IRQ | ||
| 187 | #include <mach/qq2440.h> | ||
| 188 | static unsigned int netcard_portlist[] __used __initdata = { QQ2440_CS8900_VIRT_BASE + 0x300, 0 }; | ||
| 189 | static unsigned int cs8900_irq_map[] = { QQ2440_CS8900_IRQ, 0, 0, 0 }; | ||
| 190 | #elif defined(CONFIG_MACH_MX31ADS) | 185 | #elif defined(CONFIG_MACH_MX31ADS) |
| 191 | #define CS89x0_NONISA_IRQ | 186 | #define CS89x0_NONISA_IRQ |
| 192 | #include <mach/board-mx31ads.h> | 187 | #include <mach/board-mx31ads.h> |
| @@ -543,9 +538,6 @@ cs89x0_probe1(struct net_device *dev, unsigned long ioaddr, int modular) | |||
| 543 | lp->force = g_cs89x0_media__force; | 538 | lp->force = g_cs89x0_media__force; |
| 544 | #endif | 539 | #endif |
| 545 | 540 | ||
| 546 | #if defined(CONFIG_MACH_QQ2440) | ||
| 547 | lp->force |= FORCE_RJ45 | FORCE_FULL; | ||
| 548 | #endif | ||
| 549 | } | 541 | } |
| 550 | 542 | ||
| 551 | /* Grab the region so we can find another board if autoIRQ fails. */ | 543 | /* Grab the region so we can find another board if autoIRQ fails. */ |
