commit | 491c77a96689821bbe6acbef7dd1544bec35f794 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:41 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:41 2012 -0800 |
tree | cf3f56118689016903f2b1e6147c9110343bc8c1 | |
parent | ba76df3f65ce08413563119c9c77852b0835fbef [diff] |
USB: serial: usb_debug.c: use module_usb_serial_driver This converts the usb_debug.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: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>