From 83e771fc88991c64785be00b4c771632c1055b40 Mon Sep 17 00:00:00 2001 From: Anton Protopopov Date: Tue, 1 Jul 2014 21:06:29 +0400 Subject: [PATCH] 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-format-patch failed