Skip to content

Commit

Permalink
staging: comedi: APCI1710_INCCPT: remove forward declarations
Browse files Browse the repository at this point in the history
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 <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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 31, 2012
1 parent efc87d0 commit 4d1fa9b
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 526 deletions.
Loading

0 comments on commit 4d1fa9b

Please sign in to comment.