summaryrefslogtreecommitdiffstats
path: root/drivers/net/ep93xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ep93xx.h')
-rw-r--r--drivers/net/ep93xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ep93xx.h b/drivers/net/ep93xx.h
index 875715f9f6..4d50f70fe8 100644
--- a/drivers/net/ep93xx.h
+++ b/drivers/net/ep93xx.h
@@ -141,7 +141,7 @@ struct ep93xx_eth_priv {
struct tx_descriptor_queue tx_dq;
struct tx_status_queue tx_sq;
- struct mii_device miidev;
+ struct mii_bus miibus;
};
#endif