From: H Hartley Sweeten Date: Mon, 17 Sep 2012 20:15:15 +0000 (-0700) Subject: staging: comedi: ni_labpc_cs: local symbols should not be exported X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dcee6fec87325e455ffb720d1ed8cb98289d99f;p=pandora-kernel.git 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed