staging: comedi: ni_mio_cs: local symbols should not be exported
The symbol ni_mio_cs_driver 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
0dcee6fec8
commit
3243785c39
@ -421,7 +421,7 @@ MODULE_AUTHOR("David A. Schleef <ds@schleef.org>");
|
||||
MODULE_DESCRIPTION("Comedi driver for National Instruments DAQCard E series");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
struct pcmcia_driver ni_mio_cs_driver = {
|
||||
static struct pcmcia_driver ni_mio_cs_driver = {
|
||||
.probe = &cs_attach,
|
||||
.remove = &cs_detach,
|
||||
.suspend = &mio_cs_suspend,
|
||||
|
Loading…
x
Reference in New Issue
Block a user