commit | db62c08128acdb6f37038f3711621b52963fe5eb | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:46 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:46 2012 -0800 |
tree | 95692737d8d643159b207ebd17d19534ba370f0d | |
parent | 65e3b087d55b224a8c036976535601dd66a7cebd [diff] |
USB: serial: garmin_gps.c: use module_usb_serial_driver This converts the garmin_gps.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: Johan Hovold <jhovold@gmail.com> CC: Andrew Morton <akpm@linux-foundation.org> CC: Rusty Russell <rusty@rustcorp.com.au> CC: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>