]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: whiteheat.c: use module_usb_serial_driver
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:12:44 +0000 (13:12 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:12:44 +0000 (13:12 -0800)
commit1c4207220376809787b475e4884331714ad26a46
tree359cb7989142f13f8a73c5e3445d28da8305f62e
parentb8dd80962c469681dc5cffb1b8f6626859757607
USB: serial: whiteheat.c: use module_usb_serial_driver

This converts the whiteheat.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: Support Department <support@connecttech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/whiteheat.c