From: H Hartley Sweeten Date: Wed, 28 May 2014 23:26:49 +0000 (-0700) Subject: staging: comedi: ni_mio_common: move externally called functions to EOF X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1996 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2832b1831cac1ed64e7d106b85972e57516c21b2;p=pandora-kernel.git staging: comedi: ni_mio_common: move externally called functions to EOF This source file is included by the ni_atmio, ni_mio_cs, and ni_pcmio drivers to support the common hardware on National Instruments DAQ-STC based boards. The only functions actually used by the external source files are ni_E_interrupt(), ni_alloc_private(), ni_E_init(), and mio_common_detach(). The rest of the functions in this file are only used locally. For aesthetics, move all the externally called functions to the end of the file. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed