[media] dvb-frontends: constify dvb_tuner_ops structures
[linux-2.6-block.git] / drivers / media / dvb-frontends / ts2020.c
index 14b410ffe612c2d76381ab0177d82970384913e8..a9f6bbea6df368fbea92a47457dec33730bf90c3 100644 (file)
@@ -496,7 +496,7 @@ static int ts2020_read_signal_strength(struct dvb_frontend *fe,
        return 0;
 }
 
-static struct dvb_tuner_ops ts2020_tuner_ops = {
+static const struct dvb_tuner_ops ts2020_tuner_ops = {
        .info = {
                .name = "TS2020",
                .frequency_min = 950000,