commit | b99dab079445f5d586d4d9e0f81d3d07ecbf51f4 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:43 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 13:12:43 2012 -0800 |
tree | 007916d8a153c50701204c44a16658c738769367 | |
parent | 491c77a96689821bbe6acbef7dd1544bec35f794 [diff] |
USB: serial: vivopay-serial.c: use module_usb_serial_driver This converts the vivopay-serial.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: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>