Skip to content

Commit

Permalink
staging: comedi: refactor dt282x driver to remove forward declarations
Browse files Browse the repository at this point in the history
Move the struct comedi_driver and variables 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 9, 2012
1 parent 15362c5 commit e0eaa10
Showing 1 changed file with 185 additions and 200 deletions.
Loading

0 comments on commit e0eaa10

Please sign in to comment.