staging: comedi: ni_labpc_cs: local symbols should not be exported
commit0dcee6fec87325e455ffb720d1ed8cb98289d99f
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 17 Sep 2012 20:15:15 +0000 (17 13:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 22:03:51 +0000 (17 15:03 -0700)
treeeadbda6a197fbff8ae28f454c44941f3d9bb80a1
parent3786d4fb4d40a4e06f21c37cae7f15dbfb9fb777
staging: comedi: ni_labpc_cs: local symbols should not be exported

The symbol labpc_cs_driver and the functions labpc_init_module()
and labpc_exit_module() are only referenced in this file. Make
them 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_labpc_cs.c