mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 14:54:20 -04:00
staging: comedi: ni_pcidio: local functions should not be exported
The function ni_pcidio_event() 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:
committed by
Greg Kroah-Hartman
parent
ce48a91139
commit
08ebfcd205
@@ -370,7 +370,8 @@ static void ni_pcidio_release_di_mite_channel(struct comedi_device *dev)
|
||||
spin_unlock_irqrestore(&devpriv->mite_channel_lock, flags);
|
||||
}
|
||||
|
||||
void ni_pcidio_event(struct comedi_device *dev, struct comedi_subdevice *s)
|
||||
static void ni_pcidio_event(struct comedi_device *dev,
|
||||
struct comedi_subdevice *s)
|
||||
{
|
||||
if (s->
|
||||
async->events & (COMEDI_CB_EOA | COMEDI_CB_ERROR |
|
||||
|
||||
Reference in New Issue
Block a user