commit | df61178c5159747be663a7a74116f1d68557fc5d | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Fri May 04 15:57:24 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 09 13:33:40 2012 -0700 |
tree | 653fe5c69f7369f1f7a90e4225e72a02b4c17373 | |
parent | 3af09830558dde82602366637dec84d63ff724d7 [diff] |
staging: comedi: refactor jr3_pci 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>