Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / include / sound / i2c.h
index d125ff8c85e851888b82fee527d9aebb004bed6b..835254de20391f0594b1fb772c5fa8352b7d9b3a 100644 (file)
@@ -66,7 +66,7 @@ struct snd_i2c_bus {
                struct snd_i2c_bit_ops *bit;
                void *ops;
        } hw_ops;               /* lowlevel operations */
-       struct snd_i2c_ops *ops;        /* midlevel operations */
+       const struct snd_i2c_ops *ops;  /* midlevel operations */
 
        unsigned long private_value;
        void *private_data;
This page took 0.037004 seconds and 5 git commands to generate.