staging: vt6655: fixed sparse warnings
authorAnton Protopopov <a.s.protopopov@gmail.com>
Tue, 1 Jul 2014 17:06:29 +0000 (21:06 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jul 2014 23:03:57 +0000 (16:03 -0700)
commit83e771fc88991c64785be00b4c771632c1055b40
treefc186ad459e648843e2d5e7183bb55dcf48eced6
parent71d764aefeb6010b496f2c47ea06d9389fa9b780
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 <a.s.protopopov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/rxtx.c