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

The functions stv0900_sw_algo() and stv0900_set_dvbs1_track_car_loop() are only used
locally so mark them static.

This will remove the following sparse warnings (see "make C=1"):
 * symbol 'stv0900_sw_algo' was not declared. Should it be static?
 * symbol 'stv0900_set_dvbs1_track_car_loop' 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_sw.c