commit | 6f84a5198f3ff537da2a0a0d2d50e6d8f91d0383 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:32 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:32 2012 -0800 |
tree | e41d88fd7b14e39d33e4bd8196c4837886fc0f13 | |
parent | e42f85f3d410a5457a2db61d883437ac9e32cecc [diff] |
USB: serial: aircable.c: use module_usb_serial_driver This converts the aircable.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: Paul Gortmaker <paul.gortmaker@windriver.com> CC: Lucas De Marchi <lucas.demarchi@profusion.mobi> CC: Rusty Russell <rusty@rustcorp.com.au> CC: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>