Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes
[deliverable/linux.git] / sound / i2c / i2c.c
index 4677037f0c8e4710fe020c8a5c71b1a971555b37..ef2a9afe9e198b225da0af703bfd122261c04499 100644 (file)
@@ -39,7 +39,7 @@ static int snd_i2c_bit_readbytes(struct snd_i2c_device *device,
 static int snd_i2c_bit_probeaddr(struct snd_i2c_bus *bus,
                                 unsigned short addr);
 
-static struct snd_i2c_ops snd_i2c_bit_ops = {
+static const struct snd_i2c_ops snd_i2c_bit_ops = {
        .sendbytes = snd_i2c_bit_sendbytes,
        .readbytes = snd_i2c_bit_readbytes,
        .probeaddr = snd_i2c_bit_probeaddr,
This page took 0.024061 seconds and 5 git commands to generate.