From: Márton Németh Date: Fri, 29 Jan 2010 20:42:17 +0000 (-0300) Subject: V4L/DVB: smsir: make local variables static X-Git-Tag: v2.6.34-rc1~280^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d26b6443292027314a2e2c9178140e60acd3587;p=pandora-kernel.git V4L/DVB: smsir: make local variables static Make the file local parameters static. This will remove the following sparse warnings (see "make C=1"): * warning: symbol 'ir_pos' was not declared. Should it be static? * warning: symbol 'ir_word' was not declared. Should it be static? * warning: symbol 'ir_toggle' was not declared. Should it be static? Signed-off-by: Márton Németh Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed