commit | 964e2b8425f5f37baa4f1fe6c15cdaf258d5cb51 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:07 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:07 2012 -0800 |
tree | bb1d8d94386d642e14290a0fd4219121d58f13e1 | |
parent | 193ecee4424937e55945c955cbd09717a66dbc07 [diff] |
USB: serial: mos7720.c: use module_usb_serial_driver This converts the mos7720.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: Johan Hovold <jhovold@gmail.com> CC: Rusty Russell <rusty@rustcorp.com.au> CC: Alan Stern <stern@rowland.harvard.edu> CC: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>