From 2832b1831cac1ed64e7d106b85972e57516c21b2 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Wed, 28 May 2014 16:26:49 -0700 Subject: [PATCH] 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-format-patch failed