summaryrefslogtreecommitdiffstats
path: root/include/usb/usb.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-09-25 14:59:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-09-26 08:49:21 +0200
commit01beb0d5f2538a57ec7757d2cc2849765ab41d4f (patch)
treea8bea4217fe5259c91e420337d9d8aa3bb6930de /include/usb/usb.h
parentb1536a3298e25dfdd0136c0fc8d68d2a12cff63c (diff)
downloadbarebox-01beb0d5f2538a57ec7757d2cc2849765ab41d4f.tar.gz
barebox-01beb0d5f2538a57ec7757d2cc2849765ab41d4f.tar.xz
USB: add usb phy header file
Mostly taken from the Linux Kernel to ease porting phy handling code. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/usb/usb.h')
-rw-r--r--include/usb/usb.h9
1 files changed, 0 insertions, 9 deletions
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_ */