aboutsummaryrefslogtreecommitdiffstats
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 ce5a3212f8f4..9286a03822c1 100644
--- a/drivers/media/dvb/frontends/xc5000.h
+++ b/drivers/media/dvb/frontends/xc5000.h
@@ -29,8 +29,9 @@ struct i2c_adapter;
29 29
30struct xc5000_config { 30struct xc5000_config {
31 u8 i2c_address; 31 u8 i2c_address;
32 u32 if_frequency; 32 u32 if_khz;
33 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); 33 int (*request_firmware)(struct dvb_frontend *fe,
34 const struct firmware **fw, char *name);
34 int (*tuner_reset)(struct dvb_frontend* fe); 35 int (*tuner_reset)(struct dvb_frontend* fe);
35}; 36};
36 37