]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfe34fbde18310bd7b31502f7cf4faf6670d09774
tree22c51f2f7797c7571d22ee7883777b2cfb2a9348
parente82dc820703ad99476b3b1115cb122517926055b
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