]> 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)
commit95306fc31ee6fb095a6850ba7a85a9bd9f95728d
treee8958f4f20cb386c349caa776387dd57792679df
parent5adb275fe73d92606671829fb1ef524fc2222c4c
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