commit | 9334c4c16e6fa80dc55865897337b49c1753f33b | [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 | 3aed87e74fa64b21ae2972ae751120235e7175a8 | |
parent | e206b7f831da365a38b22f72ba42db288db71c65 [diff] |
USB: serial: option.c: use module_usb_serial_driver This converts the option.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: Matthias Urlichs <smurf@smurf.noris.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>