From: Ian Abbott Date: Thu, 24 May 2012 16:27:14 +0000 (+0100) Subject: staging: comedi: das08: Remove forward function declarations. X-Git-Tag: v3.6-rc1~100^2~1010 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8fdaea5c9cd422f87cf0257c191e030a54d71e2;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed