summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/rtl2832.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-09-11 22:27:05 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-23 17:34:14 -0300
commitee1cdd507a73303c0794fa7ed654822bb2bec259 (patch)
tree1b4456cd155c2b498fbdf0ffcd2dd3459cabd705 /drivers/media/dvb-frontends/rtl2832.h
parent832cc7cdfb8ba78e03cf5c8c0ad9701ed0e20fb6 (diff)
[media] rtl2832: remove redundant function declaration
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/rtl2832.h')
-rw-r--r--drivers/media/dvb-frontends/rtl2832.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb-frontends/rtl2832.h b/drivers/media/dvb-frontends/rtl2832.h
index 5da0cc4a0446..270fd1e440de 100644
--- a/drivers/media/dvb-frontends/rtl2832.h
+++ b/drivers/media/dvb-frontends/rtl2832.h
@@ -58,10 +58,6 @@ extern struct dvb_frontend *rtl2832_attach(
const struct rtl2832_config *cfg,
struct i2c_adapter *i2c
);
-
-extern struct i2c_adapter *rtl2832_get_tuner_i2c_adapter(
- struct dvb_frontend *fe
-);
#else
static inline struct dvb_frontend *rtl2832_attach(
const struct rtl2832_config *config,