]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit3786d4fb4d40a4e06f21c37cae7f15dbfb9fb777
tree7bea22c12958643b3f50e537e1ada7a9a239f481
parent08ebfcd205e30a8c42651b00d8c6722d03d9a2ae
staging: comedi: ni_daq_dio24: local symbols should not be exported

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