diff options
Diffstat (limited to 'linux/drivers/media/dvb/frontends/mt2060.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/mt2060.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/mt2060.h b/linux/drivers/media/dvb/frontends/mt2060.h index 9996fd668..d5dae102f 100644 --- a/linux/drivers/media/dvb/frontends/mt2060.h +++ b/linux/drivers/media/dvb/frontends/mt2060.h @@ -33,12 +33,12 @@ struct mt2060_config { struct mt2060_state { struct mt2060_config *config; struct i2c_adapter *i2c; - + u16 if1_freq; u8 fmfreq; }; extern int mt2060_init(struct mt2060_state *state); extern int mt2060_set(struct mt2060_state *state, struct dvb_frontend_parameters *fep); -extern int mt2060_attach(struct mt2060_state *state, struct mt2060_config *config, struct i2c_adapter *i2c); +extern int mt2060_attach(struct mt2060_state *state, struct mt2060_config *config, struct i2c_adapter *i2c,u16 if1); #endif |