]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/staging/comedi/drivers/ni_660x.c
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)
commit990b9eeda07b3f0c72dd2afa28e25067752e5222
tree4945ac6d8a3cc918b871948be6fdf839c9ce22b6
parentbae5c3d1427a9e685e4e9f7fc74f1c46aec2de62
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