From: James A Shackleford Date: Mon, 2 Jun 2014 00:26:55 +0000 (-0400) Subject: staging: vt6655: fix sparse warning for static declarations X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1728 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04d521970bd430b613a000a6b66c568d419b1ff3;p=pandora-kernel.git staging: vt6655: fix sparse warning for static declarations This patch fixes the following sparse warnings: dpc.c:65:21: warning: symbol 'acbyRxRate' was not declared. Should it be static? dpc.c:272:9: warning: symbol 'MngWorkItem' was not declared. Should it be static? dpc.c:288:1: warning: symbol 'device_receive_frame' was not declared. Should it be static? Signed-off-by: James A Shackleford Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed