]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: jr3_pci: local functions should not be exported
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 17 Sep 2012 20:14:08 +0000 (13:14 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 22:03:50 +0000 (15:03 -0700)
commit2ca9bc2e69b66f98ff41c06700333cb544f91211
tree95ee3a2a506b898bcb0dfaa8fa317d9a9418067c
parent135f8a5e031db8ef4031fb3c815ef7ace876f9b1
staging: comedi: jr3_pci: local functions should not be exported

The function read_idm_word() 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/jr3_pci.c