Skip to content

Commit

Permalink
V4L/DVB (10214): Fix 'stb0899_get_srate' defined but not used warning
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 29, 2009
1 parent 66aa66e commit 9c17e2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/dvb/frontends/stb0899_algo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9c17e2e

Please sign in to comment.