commit | 68e9c9a7fdbddab3407596b3e7f1a4972d045444 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:49 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:49 2012 -0800 |
tree | 1ee2e095106da820e926fae432254e4f062e4fec | |
parent | db62c08128acdb6f37038f3711621b52963fe5eb [diff] |
USB: serial: hp4x.c: use module_usb_serial_driver This converts the hp4x.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: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>