aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/xc5000.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/xc5000.h')
-rw-r--r--drivers/media/dvb/frontends/xc5000.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/xc5000.h b/drivers/media/dvb/frontends/xc5000.h
index ce5a3212f8f..9286a03822c 100644
--- a/drivers/media/dvb/frontends/xc5000.h
+++ b/drivers/media/dvb/frontends/xc5000.h
@@ -29,8 +29,9 @@ struct i2c_adapter;
struct xc5000_config {
u8 i2c_address;
- u32 if_frequency;
- int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);
+ u32 if_khz;
+ int (*request_firmware)(struct dvb_frontend *fe,
+ const struct firmware **fw, char *name);
int (*tuner_reset)(struct dvb_frontend* fe);
};