]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: serial: cyberjack.c: use module_usb_serial_driver
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:11:40 +0000 (13:11 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:11:40 +0000 (13:11 -0800)
commit5671df5c1c6ee664ebc66a5be60a282afee8d340
tree3f4f856a137465a8973945fee25b6bc949e0e244
parent274f3b1e82c899fd1b39822c2ee39bbac52f3d3c
USB: serial: cyberjack.c: use module_usb_serial_driver

This converts the cyberjack.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: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/cyberjack.c