From: Anton Protopopov Date: Tue, 1 Jul 2014 17:06:29 +0000 (+0400) Subject: staging: vt6655: fixed sparse warnings X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e771fc88991c64785be00b4c771632c1055b40;p=pandora-kernel.git staging: vt6655: fixed sparse warnings This commit fixes a few sparse warnings for missing the 'static' keyword in array definitions: drivers/staging//vt6655/rxtx.c:81:22: warning: symbol 'wTimeStampOff' was not declared. Should it be static? drivers/staging//vt6655/rxtx.c:86:22: warning: symbol 'wFB_Opt0' was not declared. Should it be static? drivers/staging//vt6655/rxtx.c:90:22: warning: symbol 'wFB_Opt1' was not declared. Should it be static? Signed-off-by: Anton Protopopov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed