commit | 36ccce49128c1bce042273ee723e93f7cca06330 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:51 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:51 2012 -0800 |
tree | 78114830d0ee38afb46d5b95eeea1a347f6d8807 | |
parent | 68e9c9a7fdbddab3407596b3e7f1a4972d045444 [diff] |
USB: serial: io_edgeport.c: use module_usb_serial_driver This converts the io_edgeport.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: Huzaifa Sidhpurwala <huzaifas@redhat.com> CC: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>