From: H Hartley Sweeten Date: Wed, 31 Oct 2012 00:01:46 +0000 (-0700) Subject: staging: comedi: APCI1710_Chrono: remove forward declarations X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~744 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924cd1cb9109d5f762926e8d37538acb9c2c9e69;p=pandora-kernel.git staging: comedi: APCI1710_Chrono: remove forward declarations This source file is #include'd when building the addi_apci_1710 driver. All the functions in this file are actually static and should not be exported to the kernel. Move some of the functions to remove the need for the forward declarations and make all of the functions in this file static. Note, this patch does not try to fix any of the coding style issues in the functions. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed