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:
parent
2ca9bc2e69
commit
ce48a91139
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue