]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: hwdrv_apci3200: remove forward declarations
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 31 Oct 2012 00:04:12 +0000 (17:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 22:15:57 +0000 (15:15 -0700)
commit403289d70d62b221928bf8afabd70da4e159a087
treee252d99d8d5a97e89ec4d982876627435f13af58
parentad453e69c1f092454beb1e4abb4872f841476720
staging: comedi: hwdrv_apci3200: remove forward declarations

This source file is #include'd when building the addi_apci_3200 and
addi_apci_3300 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 <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c
drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.h