]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: belkin_sa.c: use module_usb_serial_driver
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:11:35 +0000 (13:11 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:11:35 +0000 (13:11 -0800)
commitcdbb24d513662e64ec931eb6e3a1db04db76a2d5
treee8958f4f20cb386c349caa776387dd57792679df
parent03c3b0a010a1eb196fde332fb7f88874c9d156c7
USB: serial: belkin_sa.c: use module_usb_serial_driver

This converts the belkin_sa.c driver to use the module_usb_serial_driver() call
instead of having to have a module_init/module_exit function, saving a lot
of duplicated code.

CC: William Greathouse <wgreathouse@smva.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/belkin_sa.c