From: Hans Verkuil Date: Sat, 10 Jan 2009 11:31:15 +0000 (-0300) Subject: V4L/DVB (10214): Fix 'stb0899_get_srate' defined but not used warning X-Git-Tag: v2.6.29-rc4~69^2~31 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9c17e2ea1e91ed694c3869c860a04507b103f5e6;p=karo-tx-linux.git V4L/DVB (10214): Fix 'stb0899_get_srate' defined but not used warning Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/stb0899_algo.c b/drivers/media/dvb/frontends/stb0899_algo.c index 83dc7e12d5f0..a67d1775a43c 100644 --- a/drivers/media/dvb/frontends/stb0899_algo.c +++ b/drivers/media/dvb/frontends/stb0899_algo.c @@ -31,6 +31,8 @@ inline u32 stb0899_do_div(u64 n, u32 d) return n; } +#if 0 +/* These functions are currently unused */ /* * stb0899_calc_srate * Compute symbol rate @@ -63,6 +65,7 @@ static u32 stb0899_get_srate(struct stb0899_state *state) return stb0899_calc_srate(internal->master_clk, sfr); } +#endif /* * stb0899_set_srate