]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
USB: serial: qcaux.c: use module_usb_serial_driver
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:12:24 +0000 (13:12 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:12:24 +0000 (13:12 -0800)
commit5bce269d3a464b436d9b416105821aa5257fee36
tree590379cc09b3dd8814520e32e76e5e4cc909f45f
parentdb55a0492d87c80d8d9a5cf330c58dee55757cba
USB: serial: qcaux.c: use module_usb_serial_driver

This converts the qcaux.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: Alan Stern <stern@rowland.harvard.edu>
CC: Dan Williams <dcbw@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/qcaux.c