commit | 8485f8c9652b226726827e61fb43647bf22e691f | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:53 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:53 2012 -0800 |
tree | a12bea1b3bb382ca5b600474069d9cae78586efe | |
parent | 36ccce49128c1bce042273ee723e93f7cca06330 [diff] |
USB: serial: io_ti.c: use module_usb_serial_driver This converts the io_ti.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: Lucas De Marchi <lucas.demarchi@profusion.mobi> CC: "Eric W. Biederman" <ebiederm@xmission.com> CC: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>