From: Nandini Hanumanthagowda Date: Tue, 5 Nov 2013 18:21:18 +0000 (+0530) Subject: staging: ctxt1e1: Fixed sparse warning related to static declaration X-Git-Tag: v3.14-rc1~150^2~775^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f635bbd1376bcb82dabea4c88ddd90faea7e3d25;p=pandora-kernel.git staging: ctxt1e1: Fixed sparse warning related to static declaration Fixed below thrown sparse warning by making the local variable declaration static: drivers/staging/cxt1e1/musycc.c:1:14: warning: symbol 'max_intcnt' was not declared. Should it be static? drivers/staging/cxt1e1/musycc.c:2:14: warning: symbol 'max_bh' was not declared. Should it be static? Signed-off-by: Nandini Hanumanthagowda Reviewed-by: Lisa Nguyen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed