]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2c21baba4c4e3a5eb78349c74539a6143ca74833
treefc186ad459e648843e2d5e7183bb55dcf48eced6
parent6a81c783dc86a03a4b7475762a7766e86aab8920
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