]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: digi_acceleport.c: use module_usb_serial_driver
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:11:41 +0000 (13:11 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:11:41 +0000 (13:11 -0800)
commit6d24a340ff50c4aa80f6ff0d6a4cba429d1b818a
treeef9e1f7caf071a24c2dd494700c0d5072c8bc623
parent80cb1249c5c7aeb926d35e68ee2ebafb491438e3
USB: serial: digi_acceleport.c: use module_usb_serial_driver

This converts the digi_acceleport.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: Peter Berger <pberger@brimson.com>
CC: Al Borchers <alborchers@steinerpoint.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/digi_acceleport.c