V4L/DVB: stv0900: make more local functions static
authorMárton Németh <nm127@freemail.hu>
Sat, 16 Jan 2010 16:41:43 +0000 (13:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:46 +0000 (15:10 -0300)
commit936c05e7f677640a9bc4d77354899f199d7d958f
treeeb9d95a865d77ff1bf941ea0ba9addef93302bcc
parent521e86eb4354080dc2d178e3d8a7ebd8f0e8b4e5
V4L/DVB: stv0900: make more local functions static

Some functions are only used locally so mark them static.

This will remove the following sparse warnings (see "make C=1"):
 * symbol 'extract_mask_pos' was not declared. Should it be static?
 * symbol 'stv0900_initialize' was not declared. Should it be static?
 * symbol 'stv0900_get_mclk_freq' was not declared. Should it be static?
 * symbol 'stv0900_set_mclk' was not declared. Should it be static?
 * symbol 'stv0900_get_err_count' 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/frontends/stv0900_core.c