commit | 274f3b1e82c899fd1b39822c2ee39bbac52f3d3c | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:40 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:40 2012 -0800 |
tree | d369dcca39f58d406a6cc86392bdfd34ce4540ca | |
parent | a5f5e6c2d80d073e09918e7a02f3355503ff3922 [diff] |
USB: serial: cp210x.c: use module_usb_serial_driver This converts the cp210x.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: Florian Fainelli <f.fainelli@gmail.com> CC: "Malte Schröder" <maltesch@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>