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