USB: serial: moto_modem.c: use module_usb_serial_driver
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:12:12 +0000 (13:12 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 21:12:12 +0000 (13:12 -0800)
commit54cbcf51264ee63444a7f768a3ef9a7a0e0c4449
treefe3af73114852b32def732fa22d1c160f5c68c32
parente7414d9a6d71027a2a0e8e4af6ef3cca7eaef80a
USB: serial: moto_modem.c: use module_usb_serial_driver

This converts the moto_modem.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: Elizabeth Jennifer Myers <elizabeth@sporksirc.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/moto_modem.c
This page took 0.026287 seconds and 5 git commands to generate.