commit | a9a535d35844044e3df56e49df5176db26bbb487 | [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 | 2034bd97b24f4a8cea8325f9c96a97c31f628f81 | |
parent | 6f84a5198f3ff537da2a0a0d2d50e6d8f91d0383 [diff] |
USB: serial: ark3116.c: use module_usb_serial_driver This converts the ark3116.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> CC: Bart Hartgers <bart.hartgers@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>