commit | e206b7f831da365a38b22f72ba42db288db71c65 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:19 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:19 2012 -0800 |
tree | 2472d69a7e63d53d72725f20bd52f8cb690a82ea | |
parent | 6384eaefd337b465417e9b64ebf74717703c0788 [diff] |
USB: serial: opticon.c: use module_usb_serial_driver This converts the opticon.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: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> CC: Julia Lawall <julia@diku.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>