V4L/DVB: smsir: make local variables static
authorMárton Németh <nm127@freemail.hu>
Fri, 29 Jan 2010 20:42:17 +0000 (17:42 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:51 +0000 (15:10 -0300)
commit5d26b6443292027314a2e2c9178140e60acd3587
treeb54b4a11ed0dbc68ccb0f293c529277c950ce9e7
parent3d36f5c652d9d1b4406b0f8f32d9452eaad8e33a
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 <nm127@freemail.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/siano/smsir.c
This page took 0.026097 seconds and 5 git commands to generate.