提交 ce48a911 编写于 作者: H H Hartley Sweeten 提交者: Greg Kroah-Hartman

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: NH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2ca9bc2e
...@@ -865,7 +865,7 @@ static int ni_660x_request_mite_channel(struct comedi_device *dev, ...@@ -865,7 +865,7 @@ 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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册