mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Remove unimplemented usb_driver_unregister declaration
@ 2013-04-16 17:36 Alexander Shiyan
  2013-04-18  6:00 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2013-04-16 17:36 UTC (permalink / raw)
  To: barebox

We do not have usb_driver_unregister function, so remove this declaration.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 include/usb/usb.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/usb/usb.h b/include/usb/usb.h
index afccf70..b270012 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 *);
-- 
1.8.1.5


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-18  6:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-16 17:36 [PATCH] Remove unimplemented usb_driver_unregister declaration Alexander Shiyan
2013-04-18  6:00 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox