summaryrefslogtreecommitdiffstats
path: root/include/usb/usbnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/usbnet.h')
-rw-r--r--include/usb/usbnet.h4
1 files changed, 2 insertions, 2 deletions
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 <net.h>
-#include <miiphy.h>
+#include <miidev.h>
/* 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];