diff options
Diffstat (limited to 'drivers/net/fec_mxc.h')
| -rw-r--r-- | drivers/net/fec_mxc.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/drivers/net/fec_mxc.h b/drivers/net/fec_mxc.h index af33d2169..2eb78037f 100644 --- a/drivers/net/fec_mxc.h +++ b/drivers/net/fec_mxc.h @@ -286,7 +286,12 @@ struct fec_priv {  	void *base_ptr;  	int dev_id;  	int phy_id; +	struct mii_dev *bus; +#ifdef CONFIG_PHYLIB +	struct phy_device *phydev; +#else  	int (*mii_postcall)(int); +#endif  };  /** |