diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-12 03:30:56 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-12 03:30:56 -0200 |
commit | 35c197df8426969847c1a23741d5b3f723e07354 (patch) | |
tree | bba8ebea0be0ae414aaa5e56f60179030044579d /linux/drivers/media/dvb | |
parent | f6c316d761d2686a153d7de7a83118c35b7cb494 (diff) | |
parent | 682ea867d9eec7d10d92eaf805693ded0ec20d64 (diff) | |
download | mediapointer-dvb-s2-35c197df8426969847c1a23741d5b3f723e07354.tar.gz mediapointer-dvb-s2-35c197df8426969847c1a23741d5b3f723e07354.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stb0899_algo.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/stb0899_algo.c b/linux/drivers/media/dvb/frontends/stb0899_algo.c index b7211130c..3d13968a7 100644 --- a/linux/drivers/media/dvb/frontends/stb0899_algo.c +++ b/linux/drivers/media/dvb/frontends/stb0899_algo.c @@ -31,6 +31,8 @@ inline u32 stb0899_do_div(u64 n, u32 d) return n; } +#if 0 /* keep */ +/* 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 |