staging: ctxt1e1: Fixed sparse warning related to static declaration
authorNandini Hanumanthagowda <nandu.hgowda@gmail.com>
Tue, 5 Nov 2013 18:21:18 +0000 (23:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 20:19:16 +0000 (12:19 -0800)
commitf635bbd1376bcb82dabea4c88ddd90faea7e3d25
tree36df673cc943f7a0e5a811f04bc54fac9bf779be
parent42a5a418b2e572ae7056a6381d4d8428008a18b3
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 <nandu.hgowda@gmail.com>
Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/cxt1e1/musycc.c