staging: comedi: ni_660x: local functions should not be exported

The function ni_660x_release_mite_channel() is only referenced in
this file. Make it static.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
H Hartley Sweeten 2012-09-17 13:14:24 -07:00 committed by Greg Kroah-Hartman
parent 2ca9bc2e69
commit ce48a91139

View file

@ -865,8 +865,8 @@ static int ni_660x_request_mite_channel(struct comedi_device *dev,
return 0; return 0;
} }
void ni_660x_release_mite_channel(struct comedi_device *dev, static void ni_660x_release_mite_channel(struct comedi_device *dev,
struct ni_gpct *counter) struct ni_gpct *counter)
{ {
unsigned long flags; unsigned long flags;