We do not have usb_driver_unregister function, so remove this declaration. Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox