diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2009-03-09 01:39:58 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2009-03-09 01:39:58 -0400 |
commit | 5c3098fa20613d222446061e93a9035d5b26122d (patch) | |
tree | ed60d8d189a72915c0268d6f2eb1b7d8757d2d57 /linux/drivers/media/dvb | |
parent | 096ca313d3f1dc9c98253944988c0eb0febb1fe2 (diff) | |
download | mediapointer-dvb-s2-5c3098fa20613d222446061e93a9035d5b26122d.tar.gz mediapointer-dvb-s2-5c3098fa20613d222446061e93a9035d5b26122d.tar.bz2 |
remove dib0070_ctrl_agc_filter from dib0070.h
From: Michael Krufky <mkrufky@linuxtv.org>
This function prototype is defined but the function itself does not exist.
Priority: normal
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dib0070.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/dib0070.h b/linux/drivers/media/dvb/frontends/dib0070.h index 21f2c5161..9670f5d20 100644 --- a/linux/drivers/media/dvb/frontends/dib0070.h +++ b/linux/drivers/media/dvb/frontends/dib0070.h @@ -58,6 +58,4 @@ static inline u16 dib0070_wbd_offset(struct dvb_frontend *fe) } #endif -extern void dib0070_ctrl_agc_filter(struct dvb_frontend *, uint8_t open); - #endif |