commit | d2daea74cca96a9af28f55e361ae359e7027d26f | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:35 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:35 2012 -0800 |
tree | e8958f4f20cb386c349caa776387dd57792679df | |
parent | a9a535d35844044e3df56e49df5176db26bbb487 [diff] |
USB: serial: belkin_sa.c: use module_usb_serial_driver This converts the belkin_sa.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: William Greathouse <wgreathouse@smva.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>