aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/tda665x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/tda665x.c')
-rw-r--r--drivers/media/dvb-frontends/tda665x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/tda665x.c b/drivers/media/dvb-frontends/tda665x.c
index 82f8cc534f33..7ca965987f40 100644
--- a/drivers/media/dvb-frontends/tda665x.c
+++ b/drivers/media/dvb-frontends/tda665x.c
@@ -206,7 +206,7 @@ static int tda665x_release(struct dvb_frontend *fe)
206 return 0; 206 return 0;
207} 207}
208 208
209static struct dvb_tuner_ops tda665x_ops = { 209static const struct dvb_tuner_ops tda665x_ops = {
210 .get_status = tda665x_get_status, 210 .get_status = tda665x_get_status,
211 .set_params = tda665x_set_params, 211 .set_params = tda665x_set_params,
212 .get_frequency = tda665x_get_frequency, 212 .get_frequency = tda665x_get_frequency,