remove extra DVB-T frontend parameter

This commit is contained in:
Ralph Metzler 2018-01-01 21:02:33 +01:00
parent 4ebb3ca938
commit 02b292987b
1 changed files with 1 additions and 2 deletions

View File

@ -13,6 +13,5 @@ struct stv0367_cfg {
extern struct dvb_frontend *stv0367_attach(struct i2c_adapter *i2c,
struct stv0367_cfg *cfg,
struct dvb_frontend **fe_t);
struct stv0367_cfg *cfg);
#endif