summaryrefslogtreecommitdiffstats
path: root/include/usb/usb.h
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-04-16 21:36:09 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-18 08:00:07 +0200
commit7691202bdd2736fcd4162c3464210bb5fab92f8b (patch)
treef376720eda6a1b8e3dc8b4daac6690574e1de1f2 /include/usb/usb.h
parentb6404068f12b7745170760f87bc96cc14add902b (diff)
downloadbarebox-7691202bdd2736fcd4162c3464210bb5fab92f8b.tar.gz
barebox-7691202bdd2736fcd4162c3464210bb5fab92f8b.tar.xz
Remove unimplemented usb_driver_unregister declaration
We do not have usb_driver_unregister function, so remove this declaration. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/usb/usb.h')
-rw-r--r--include/usb/usb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/usb/usb.h b/include/usb/usb.h
index afccf706d7..b2700127f3 100644
--- a/include/usb/usb.h
+++ b/include/usb/usb.h
@@ -196,7 +196,6 @@ struct usb_driver {
extern struct bus_type usb_bus_type;
int usb_driver_register(struct usb_driver *);
-int usb_driver_unregister(struct usb_driver *);
struct usb_host {
int (*init)(struct usb_host *);