From: H Hartley Sweeten Date: Tue, 30 Oct 2012 23:59:19 +0000 (-0700) Subject: staging: comedi: hwdrv_apci3120: remove forward declarations X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~753 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f8a3534791b5ed0561b87f0e39c93eb8c6b609c;p=pandora-kernel.git staging: comedi: hwdrv_apci3120: remove forward declarations This source file is #include'd when building the addi_apci_3001 and addi_apci_3120 drivers. 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. Also, remove most of the big comment blocks preceding each function. Leave the 'task' information for some of them to assist in later cleanup. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed