summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-13 11:27:01 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-11-13 11:27:01 +0000
commit451654dc3a2ab82061493527e5f95cd3b9f0ac1a (patch)
tree686ab7d2054393a26bddb795b5ad2030dcf6480a /target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
parent749767a552403dc0d494b43a779d5251fbf4ee64 (diff)
ar71xx: ag71xx: remove unused mii_ctrl field from struct ag71xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29015 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
index 067307026..97e5fb284 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@ -140,7 +140,6 @@ struct ag71xx_debug {
struct ag71xx {
void __iomem *mac_base;
- void __iomem *mii_ctrl;
spinlock_t lock;
struct platform_device *pdev;