staging: comedi: ni_daq_dio24: local symbols should not be exported
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 17 Sep 2012 20:14:59 +0000 (13:14 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 22:03:50 +0000 (15:03 -0700)
The symbol dio24_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>
drivers/staging/comedi/drivers/ni_daq_dio24.c

index 5f713c9..0ca222b 100644 (file)
@@ -308,7 +308,7 @@ MODULE_DESCRIPTION("Comedi driver for National Instruments "
                   "PCMCIA DAQ-Card DIO-24");
 MODULE_LICENSE("GPL");
 
-struct pcmcia_driver dio24_cs_driver = {
+static struct pcmcia_driver dio24_cs_driver = {
        .probe = dio24_cs_attach,
        .remove = dio24_cs_detach,
        .suspend = dio24_cs_suspend,