diff options
author | Antti Palosaari <crope@iki.fi> | 2012-09-11 21:27:05 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-23 16:34:14 -0400 |
commit | ee1cdd507a73303c0794fa7ed654822bb2bec259 (patch) | |
tree | 1b4456cd155c2b498fbdf0ffcd2dd3459cabd705 /drivers/media | |
parent | 832cc7cdfb8ba78e03cf5c8c0ad9701ed0e20fb6 (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')
-rw-r--r-- | drivers/media/dvb-frontends/rtl2832.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb-frontends/rtl2832.h b/drivers/media/dvb-frontends/rtl2832.h index 5da0cc4a044..270fd1e440d 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( | |||
58 | const struct rtl2832_config *cfg, | 58 | const struct rtl2832_config *cfg, |
59 | struct i2c_adapter *i2c | 59 | struct i2c_adapter *i2c |
60 | ); | 60 | ); |
61 | |||
62 | extern struct i2c_adapter *rtl2832_get_tuner_i2c_adapter( | ||
63 | struct dvb_frontend *fe | ||
64 | ); | ||
65 | #else | 61 | #else |
66 | static inline struct dvb_frontend *rtl2832_attach( | 62 | static inline struct dvb_frontend *rtl2832_attach( |
67 | const struct rtl2832_config *config, | 63 | const struct rtl2832_config *config, |