[media] rtl2832: remove redundant function declaration
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
832cc7cdfb
commit
ee1cdd507a
|
@ -58,10 +58,6 @@ extern struct dvb_frontend *rtl2832_attach(
|
||||||
const struct rtl2832_config *cfg,
|
const struct rtl2832_config *cfg,
|
||||||
struct i2c_adapter *i2c
|
struct i2c_adapter *i2c
|
||||||
);
|
);
|
||||||
|
|
||||||
extern struct i2c_adapter *rtl2832_get_tuner_i2c_adapter(
|
|
||||||
struct dvb_frontend *fe
|
|
||||||
);
|
|
||||||
#else
|
#else
|
||||||
static inline struct dvb_frontend *rtl2832_attach(
|
static inline struct dvb_frontend *rtl2832_attach(
|
||||||
const struct rtl2832_config *config,
|
const struct rtl2832_config *config,
|
||||||
|
|
Loading…
Reference in New Issue