staging: comedi: refactor ni_at_ao driver and use module_comedi_driver
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 16 May 2012 00:22:02 +0000 (17:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 May 2012 00:56:51 +0000 (17:56 -0700)
commitb48ed6233b7ae137c698637baf1fc8628310fa05
tree6a14774d181eeb2e8ebe27626888e5091707e7a3
parentfbf0e452dc105b4aea2ddd4f90bc7cb19a870388
staging: comedi: refactor ni_at_ao driver and use module_comedi_driver

Move the module_init/module_exit routines and the associated
struct comedi_drive to the end of the source. This is more
typical of how other drivers are written and removes the need
for the forward declarations.

Convert the driver to use the module_comedi_driver() macro
which makes the code smaller and a bit simpler.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_at_ao.c
This page took 0.027526 seconds and 5 git commands to generate.