From: Márton Németh Date: Sat, 16 Jan 2010 16:35:36 +0000 (-0300) Subject: V4L/DVB: stv0900: make local functions static X-Git-Tag: v2.6.34-rc1~280^2~190 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521e86eb4354080dc2d178e3d8a7ebd8f0e8b4e5;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed