commit | de9f2db41e6037fc4b9944edc62025327e4b9589 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Fri May 04 16:31:58 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 09 13:33:41 2012 -0700 |
tree | e7312b1142af1464ab5bdb4f40404d947a8c66bc | |
parent | d79fc8e161c56626b67226198871c16aa0fcad15 [diff] |
staging: comedi: refactor dyna_pci10xx driver to remove forward declarations Move the struct comedi_driver and associated 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. 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>