From 01beb0d5f2538a57ec7757d2cc2849765ab41d4f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 25 Sep 2014 14:59:12 +0200 Subject: USB: add usb phy header file Mostly taken from the Linux Kernel to ease porting phy handling code. Signed-off-by: Sascha Hauer --- include/usb/usb.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/usb/usb.h') diff --git a/include/usb/usb.h b/include/usb/usb.h index 82acf20b12..f02f1fbb57 100644 --- a/include/usb/usb.h +++ b/include/usb/usb.h @@ -440,15 +440,6 @@ enum usb_dr_mode { enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np, const char *propname); -enum usb_phy_interface { - USBPHY_INTERFACE_MODE_UNKNOWN, - USBPHY_INTERFACE_MODE_UTMI, - USBPHY_INTERFACE_MODE_UTMIW, - USBPHY_INTERFACE_MODE_ULPI, - USBPHY_INTERFACE_MODE_SERIAL, - USBPHY_INTERFACE_MODE_HSIC, -}; - extern struct list_head usb_device_list; #endif /*_USB_H_ */ -- cgit v1.2.3