OSDN Git Service

[media] rtl2832: remove redundant function declaration
authorAntti Palosaari <crope@iki.fi>
Wed, 12 Sep 2012 01:27:05 +0000 (22:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 23 Sep 2012 20:34:14 +0000 (17:34 -0300)
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb-frontends/rtl2832.h

index 5da0cc4..270fd1e 100644 (file)
@@ -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,