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 ae45c54f5c..875715f9f6 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 miiphy_device miiphy;
+ struct mii_device miidev;
};
#endif