summaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mpc5200.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/fec_mpc5200.h')
-rw-r--r--drivers/net/fec_mpc5200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fec_mpc5200.h b/drivers/net/fec_mpc5200.h
index 9eabc1e927..f6da3e598f 100644
--- a/drivers/net/fec_mpc5200.h
+++ b/drivers/net/fec_mpc5200.h
@@ -260,7 +260,7 @@ typedef struct {
uint16_t usedTbdIndex; /* next transmit BD to clean */
uint16_t cleanTbdNum; /* the number of available transmit BDs */
- struct miiphy_device miiphy;
+ struct mii_device miidev;
} mpc5xxx_fec_priv;
/* Ethernet parameter area */