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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=25722074a30a3766087df101a2eba30d2515f48d;p=15.05%2Fopenwrt.git ar71xx: remove mii_ctrl resources of the ethernet devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29016 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 @@ -478,11 +478,6 @@ static struct resource ar71xx_eth0_resources[] = { .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, .start = AR71XX_CPU_IRQ_GE0, @@ -511,11 +506,6 @@ static struct resource ar71xx_eth1_resources[] = { .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, .start = AR71XX_CPU_IRQ_GE1,