Re: [PATCH] Remove unimplemented usb_driver_unregister declaration

2013-04-17 Thread Sascha Hauer
On Tue, Apr 16, 2013 at 09:36:09PM +0400, Alexander Shiyan wrote: > We do not have usb_driver_unregister function, so remove this declaration. > > Signed-off-by: Alexander Shiyan Applied, thanks Sascha > --- > include/usb/usb.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/

[PATCH] Remove unimplemented usb_driver_unregister declaration

2013-04-16 Thread Alexander Shiyan
We do not have usb_driver_unregister function, so remove this declaration. Signed-off-by: Alexander Shiyan --- 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