From: Valentina Manea Date: Mon, 4 Nov 2013 08:44:02 +0000 (+0200) Subject: staging: vt6656: Fix (most) sparse warnings regarding static functions/variables X-Git-Tag: v3.14-rc1~150^2~775^2~191 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b1388518a316f1eefe0b781e0583937d5407160;p=pandora-kernel.git staging: vt6656: Fix (most) sparse warnings regarding static functions/variables This fixes sparse warnings for functions and variables, e.g.: * drivers/staging/vt6656/card.c:69:11: warning: symbol 'cwRXBCNTSFOff' was not declared. Should it be static? Some warnings were false positives, such as: * drivers/staging/vt6656/dpc.c:249:5: warning: symbol 'RXbBulkInProcessData' was not declared. Should it be static? Signed-off-by: Valentina Manea Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed