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 --- include/usb/usbnet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/usb/usbnet.h') diff --git a/include/usb/usbnet.h b/include/usb/usbnet.h index e3ea373d95..1609b2eb26 100644 --- a/include/usb/usbnet.h +++ b/include/usb/usbnet.h @@ -23,7 +23,7 @@ #define __LINUX_USB_USBNET_H #include -#include +#include /* interface from usbnet core to each USB networking link we handle */ struct usbnet { @@ -40,7 +40,7 @@ struct usbnet { /* protocol/interface state */ struct eth_device edev; - struct miiphy_device miiphy; + struct mii_device miidev; int msg_enable; unsigned long data [5]; -- cgit v1.2.3