]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/pci/ddbridge/ddbridge-core.c
Merge remote-tracking branch 'device-mapper/for-next'
[karo-tx-linux.git] / drivers / media / pci / ddbridge / ddbridge-core.c
index 9d5b314142f1b49daabb78985f6d13a2f982405a..6e995ef8c37e80872be886d5aa8a7027915ad992 100644 (file)
@@ -690,7 +690,7 @@ static int tuner_attach_stv6110(struct ddb_input *input, int type)
        struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900;
        struct stv6110x_config *tunerconf = (input->nr & 1) ?
                &stv6110b : &stv6110a;
-       struct stv6110x_devctl *ctl;
+       const struct stv6110x_devctl *ctl;
 
        ctl = dvb_attach(stv6110x_attach, input->fe, tunerconf, i2c);
        if (!ctl) {