From: Gabor Juhos Date: Sun, 13 Nov 2011 11:27:03 +0000 (+0000) Subject: ar71xx: remove mii_ctrl resources of the ethernet devices X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=20c44d026490be596b654b6d414e19e16e40ee46 ar71xx: remove mii_ctrl resources of the ethernet devices SVN-Revision: 29016 --- diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/devices.c b/target/linux/ar71xx/files/arch/mips/ar71xx/devices.c index be1e603d80..109dda5853 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/devices.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/devices.c @@ -477,11 +477,6 @@ static struct resource ar71xx_eth0_resources[] = { .flags = IORESOURCE_MEM, .start = AR71XX_GE0_BASE, .end = AR71XX_GE0_BASE + 0x200 - 1, - }, { - .name = "mii_ctrl", - .flags = IORESOURCE_MEM, - .start = AR71XX_MII_BASE + MII_REG_MII0_CTRL, - .end = AR71XX_MII_BASE + MII_REG_MII0_CTRL + 3, }, { .name = "mac_irq", .flags = IORESOURCE_IRQ, @@ -510,11 +505,6 @@ static struct resource ar71xx_eth1_resources[] = { .flags = IORESOURCE_MEM, .start = AR71XX_GE1_BASE, .end = AR71XX_GE1_BASE + 0x200 - 1, - }, { - .name = "mii_ctrl", - .flags = IORESOURCE_MEM, - .start = AR71XX_MII_BASE + MII_REG_MII1_CTRL, - .end = AR71XX_MII_BASE + MII_REG_MII1_CTRL + 3, }, { .name = "mac_irq", .flags = IORESOURCE_IRQ,