commit | 3a67460715481772068aebf8c945667c285f2207 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:36 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:36 2012 -0800 |
tree | 6297eb5a20407f79960aa2a053bcbda500c75fea | |
parent | a385c150a49e8ef49cd27318a6fd7759ed6bfa42 [diff] |
USB: serial: ssu100.c: use module_usb_serial_driver This converts the ssu100.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: Rusty Russell <rusty@rustcorp.com.au> CC: Alan Stern <stern@rowland.harvard.edu> CC: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>