diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2009-03-09 01:39:58 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:14 -0400 |
commit | f91294d37a1824c4487b041dc1b4aefbef5fc76e (patch) | |
tree | 32e8024a07fd55bc56fb151841e255cd8c5017bf /drivers/media/dvb/frontends/dib0070.h | |
parent | 7d828bf2b094c86f7904811e348d610d7c20f6fb (diff) |
V4L/DVB (10904): remove dib0070_ctrl_agc_filter from dib0070.h
This function prototype is defined but the function itself does not exist.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/dib0070.h')
-rw-r--r-- | drivers/media/dvb/frontends/dib0070.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/dib0070.h b/drivers/media/dvb/frontends/dib0070.h index 21f2c5161af4..9670f5d20cfb 100644 --- a/drivers/media/dvb/frontends/dib0070.h +++ b/drivers/media/dvb/frontends/dib0070.h | |||
@@ -58,6 +58,4 @@ static inline u16 dib0070_wbd_offset(struct dvb_frontend *fe) | |||
58 | } | 58 | } |
59 | #endif | 59 | #endif |
60 | 60 | ||
61 | extern void dib0070_ctrl_agc_filter(struct dvb_frontend *, uint8_t open); | ||
62 | |||
63 | #endif | 61 | #endif |