commit | 421f38835fe677d8c2e8c25628ae9cd4019653d2 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:44 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:44 2012 -0800 |
tree | 359cb7989142f13f8a73c5e3445d28da8305f62e | |
parent | b99dab079445f5d586d4d9e0f81d3d07ecbf51f4 [diff] |
USB: serial: whiteheat.c: use module_usb_serial_driver This converts the whiteheat.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: Support Department <support@connecttech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>