diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2009-03-09 06:39:58 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 17:43:14 +0200 |
commit | f91294d37a1824c4487b041dc1b4aefbef5fc76e (patch) | |
tree | 32e8024a07fd55bc56fb151841e255cd8c5017bf /drivers/media/dvb/frontends/dib0070.h | |
parent | V4L/DVB (10903): cleanup linewraps in dib3000mc.h (diff) | |
download | linux-f91294d37a1824c4487b041dc1b4aefbef5fc76e.tar.xz linux-f91294d37a1824c4487b041dc1b4aefbef5fc76e.zip |
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) } #endif -extern void dib0070_ctrl_agc_filter(struct dvb_frontend *, uint8_t open); - #endif |