]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: vmk80xx: use module_comedi_usb_driver()
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 20 Jun 2012 19:01:44 +0000 (12:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2012 20:04:50 +0000 (13:04 -0700)
commit392ea94f44fdf6e7991b94e8d112fb4591cbbbc7
tree42394d0a152de2591796856a5eef0ab097e48abf
parent6323e70fc3ae5a7ee9de39042b6fc5cebdd3b791
staging: comedi: vmk80xx: 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/vmk80xx.c