staging: comedi: usbduxfast: use module_comedi_usb_driver()
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 20 Jun 2012 19:01:14 +0000 (12:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2012 20:04:49 +0000 (13:04 -0700)
commitcb9513adb2054c7a769d938cb519a437ad4f2b10
tree8abe8fd08ed37a28a46eb596b2cad68ec9d8755d
parent42318c32f8c968d602d151ad81e567832b72b767
staging: comedi: usbduxfast: use module_comedi_usb_driver()

Use the module_comedi_usb_driver helper macro to initialize this
module. Rename the driver structs to follow the pattern of the
other comedi driver types and add some whitespace to improve
readability.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/usbduxfast.c