Skip to content

Commit

Permalink
staging: comedi: refactor me4000 driver to remove forward declarations
Browse files Browse the repository at this point in the history
Move the struct comedi_driver, attach/detach functions, and
associated variables to the end of the source. This is more
typical of how other drivers are written and removes the need
for most of the forward declarations.

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 4d76714 commit 3af0983
Showing 1 changed file with 169 additions and 249 deletions.
Loading

0 comments on commit 3af0983

Please sign in to comment.