Skip to content

Commit

Permalink
staging: comedi: refactor comedi_test driver and use module_comedi_dr…
Browse files Browse the repository at this point in the history
…iver

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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed May 16, 2012
1 parent 7202218 commit 0eb0f27
Showing 1 changed file with 170 additions and 207 deletions.
Loading

0 comments on commit 0eb0f27

Please sign in to comment.