From 12f396a8b02e57f579d2863299948b5172ffdf6f Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 26 Aug 2010 18:33:28 +0200 Subject: net: rework the mii support this rework is done in order to add a phylib and allow to have phy driver support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- drivers/net/fec_imx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/net/fec_imx.h') diff --git a/drivers/net/fec_imx.h b/drivers/net/fec_imx.h index 353799c3c2..e1473a4271 100644 --- a/drivers/net/fec_imx.h +++ b/drivers/net/fec_imx.h @@ -141,7 +141,7 @@ struct fec_priv { int rbd_index; /* next receive BD to read */ struct buffer_descriptor *tbd_base; /* TBD ring */ int tbd_index; /* next transmit BD to write */ - struct miiphy_device miiphy; + struct mii_device miidev; }; /** -- cgit v1.2.3