]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/dvb-frontends/cx24110.c
Merge tag 'iio-for-4.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[karo-tx-linux.git] / drivers / media / dvb-frontends / cx24110.c
index 92a08c7bf7949b95468cd1afc6eb56b80284e312..cf1bc99d1f3258bc42a59da55bd0cd5f85a7bbcd 100644 (file)
@@ -592,7 +592,7 @@ static void cx24110_release(struct dvb_frontend* fe)
        kfree(state);
 }
 
-static struct dvb_frontend_ops cx24110_ops;
+static const struct dvb_frontend_ops cx24110_ops;
 
 struct dvb_frontend* cx24110_attach(const struct cx24110_config* config,
                                    struct i2c_adapter* i2c)
@@ -625,7 +625,7 @@ error:
        return NULL;
 }
 
-static struct dvb_frontend_ops cx24110_ops = {
+static const struct dvb_frontend_ops cx24110_ops = {
        .delsys = { SYS_DVBS },
        .info = {
                .name = "Conexant CX24110 DVB-S",