commit | 5d26b6443292027314a2e2c9178140e60acd3587 | [log] [tgz] |
---|---|---|
author | Márton Németh <nm127@freemail.hu> | Fri Jan 29 17:42:17 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Feb 26 15:10:51 2010 -0300 |
tree | b54b4a11ed0dbc68ccb0f293c529277c950ce9e7 | |
parent | 3d36f5c652d9d1b4406b0f8f32d9452eaad8e33a [diff] |
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>