* [PATCH] stv0900: make local functions static
@ 2010-01-16 16:35 Németh Márton
0 siblings, 0 replies; only message in thread
From: Németh Márton @ 2010-01-16 16:35 UTC (permalink / raw)
To: Igor M. Liplianin; +Cc: V4L Mailing List
From: Márton Németh <nm127@freemail.hu>
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>
---
diff -r 5bcdcc072b6d linux/drivers/media/dvb/frontends/stv0900_sw.c
--- a/linux/drivers/media/dvb/frontends/stv0900_sw.c Sat Jan 16 07:25:43 2010 +0100
+++ b/linux/drivers/media/dvb/frontends/stv0900_sw.c Sat Jan 16 17:34:44 2010 +0100
@@ -193,7 +193,7 @@
return lock;
}
-int stv0900_sw_algo(struct stv0900_internal *intp,
+static int stv0900_sw_algo(struct stv0900_internal *intp,
enum fe_stv0900_demod_num demod)
{
int lock = FALSE,
@@ -795,7 +795,7 @@
return prate;
}
-void stv0900_set_dvbs1_track_car_loop(struct stv0900_internal *intp,
+static void stv0900_set_dvbs1_track_car_loop(struct stv0900_internal *intp,
enum fe_stv0900_demod_num demod,
u32 srate)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-16 16:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-16 16:35 [PATCH] stv0900: make local functions static Németh Márton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox