commit | 10a6b9ce8ecf0dcaabb10089bdf1b4bb30f3092a | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:42 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:11:42 2012 -0800 |
tree | 0c86f3139757cd8b4536d8ae3f20d8bb4fffc2e5 | |
parent | 89ddc53c4ab1e297058b2995541541c22b9de160 [diff] |
USB: serial: empeg.c: use module_usb_serial_driver This converts the empeg.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: Gary Brubaker <xavyer@ix.netcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>