From 25722074a30a3766087df101a2eba30d2515f48d Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 13 Nov 2011 11:27:03 +0000 Subject: ar71xx: remove mii_ctrl resources of the ethernet devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29016 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/files/arch/mips/ar71xx/devices.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'target/linux') 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, -- cgit v1.2.3