summaryrefslogtreecommitdiff
path: root/include/usb.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-05-06 14:45:51 -0400
committerTom Rini <trini@ti.com>2014-05-06 14:45:51 -0400
commit3c3f13f81942134edff280fcb5e7137c623e7dac (patch)
treeb4c23dce6db18c7942f309c32cd80b8db31ba95d /include/usb.h
parent52fded7b94d98c73a824e4a9d90596a33a1cbb8a (diff)
parentaf41d6b4cb1602abebaaa9c8774a9b0ece564796 (diff)
downloadu-boot-imx-3c3f13f81942134edff280fcb5e7137c623e7dac.zip
u-boot-imx-3c3f13f81942134edff280fcb5e7137c623e7dac.tar.gz
u-boot-imx-3c3f13f81942134edff280fcb5e7137c623e7dac.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'include/usb.h')
-rw-r--r--include/usb.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/usb.h b/include/usb.h
index 736730e..d9fedee 100644
--- a/include/usb.h
+++ b/include/usb.h
@@ -197,16 +197,6 @@ int board_usb_init(int index, enum usb_init_type init);
*/
int board_usb_cleanup(int index, enum usb_init_type init);
-/*
- * If CONFIG_USB_CABLE_CHECK is set then this function
- * should be defined in board file.
- *
- * @return 1 if cable is connected and 0 otherwise.
- */
-#ifdef CONFIG_USB_CABLE_CHECK
-int usb_cable_connected(void);
-#endif
-
#ifdef CONFIG_USB_STORAGE
#define USB_MAX_STOR_DEV 5