Skip to content

Commit

Permalink
staging: comedi: hwdrv_apci3200: 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_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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 31, 2012
1 parent bbb19fc commit fddc1ce
Show file tree
Hide file tree
Showing 2 changed files with 1,348 additions and 1,775 deletions.
Loading

0 comments on commit fddc1ce

Please sign in to comment.