staging:ced1401: use module_usb_driver macro
authorDevendra Naga <devendra.aaru@gmail.com>
Thu, 20 Sep 2012 16:06:35 +0000 (12:06 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Sep 2012 15:56:41 +0000 (08:56 -0700)
commit2341111f6dcfad5f81d3de21acc43c97ce56ec60
tree2c998a189764875d475820b41e43e46c45a9dc36
parent814394100d5bfd5b33cddede907a4e0a216b93b6
staging:ced1401: use module_usb_driver macro

the module init and exit functions that are
doing usb_register and usb_deregister respectively can be
replaced with module_usb_driver code

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ced1401/usb1401.c