commit | 8a9040b123b9fd325c38a985c109289d04349873 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:02 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:02 2012 -0800 |
tree | 57f4f0a722fbe4ff0dc1674da670190942659ada | |
parent | 11f79858ce0393b6b721f91cd8f69ec7c0192f9b [diff] |
USB: serial: kobil_sct.c: use module_usb_serial_driver This converts the kobil_sct.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: Jiri Slaby <jslaby@suse.cz> CC: Alan Stern <stern@rowland.harvard.edu> CC: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>