commit | 54cbcf51264ee63444a7f768a3ef9a7a0e0c4449 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:12 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:12 2012 -0800 |
tree | fe3af73114852b32def732fa22d1c160f5c68c32 | |
parent | e7414d9a6d71027a2a0e8e4af6ef3cca7eaef80a [diff] |
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>