staging: comedi: das08: Remove forward function declarations.
authorIan Abbott <abbotti@mev.co.uk>
Thu, 24 May 2012 16:27:14 +0000 (17:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 03:39:38 +0000 (20:39 -0700)
commitd8fdaea5c9cd422f87cf0257c191e030a54d71e2
tree22c51f2f7797c7571d22ee7883777b2cfb2a9348
parent1e576a5707c95a4fb5927d97ed21582a55f75a82
staging: comedi: das08: Remove forward function declarations.

Moved some functions to avoid forward declarations.  Moved a few other
bits at the same time to keep EXPORT_SYMBOL{,_GPL}() close to the symbol
being exported, and PCI table close to the code that refers to it.

Changed whitespace in das08_board[] and das08_cs_board[] initializers.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das08.c