USB: serial: drop unused core USB driver
authorJohan Hovold <johan@kernel.org>
Thu, 12 Oct 2017 15:22:28 +0000 (17:22 +0200)
committerJohan Hovold <johan@kernel.org>
Fri, 13 Oct 2017 07:48:55 +0000 (09:48 +0200)
commit2944fd27d1c0e3f8d89287c2d41e7aa640b68d65
tree60b18755fe7f4f6839afe404b37ce1ed8fafad53
parentee13a25fc355650b3acf43857b7a496eb6b07f0b
USB: serial: drop unused core USB driver

Drop the usb-serial-core USB driver that was registered at module init
but then never used.

This was a remnant dating back to 2004 (!) when this struct usb_driver
was used for the generic driver; see commit bbc53b7d7322 ("USB: fix bug
where removing usb-serial modules or usb serial devices could oops") in
the tglx bitkeeper-history archive.

Note that every usb-serial driver (including the generic one) registers
its own USB (interface) driver along with its usb-serial bus drivers.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/usb-serial.c