]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: ni_660x: move module init code to EOF
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 23 Oct 2012 23:27:42 +0000 (16:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 03:30:28 +0000 (20:30 -0700)
commite4062c1dff1f9e7149ed6cd0268ee361751c8534
tree4945ac6d8a3cc918b871948be6fdf839c9ce22b6
parenta582ff995ea0a15afc230b38533612cfb5e17e05
staging: comedi: ni_660x: move module init code to EOF

Move the module init code to the end of the file. This removes
the need for all the forward declarations.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_660x.c