[media] dvb-frontends: constify dvb_tuner_ops structures
[linux-2.6-block.git] / drivers / media / dvb-frontends / dvb-pll.c
index 53089e142715a05043b841fca325d274a98c9cb1..735a9666202250dafc8b1c096f0fcbf62c6e822c 100644 (file)
@@ -739,7 +739,7 @@ static int dvb_pll_init(struct dvb_frontend *fe)
        return -EINVAL;
 }
 
-static struct dvb_tuner_ops dvb_pll_tuner_ops = {
+static const struct dvb_tuner_ops dvb_pll_tuner_ops = {
        .release = dvb_pll_release,
        .sleep = dvb_pll_sleep,
        .init = dvb_pll_init,