Commits

Greg Kroah-Hartman committed 10a6b9ce8ec
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>