]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/busses/i2c-au1550.c
i2c: Constify i2c_algorithm declarations, part 2
[linux-2.6-omap-h63xx.git] / drivers / i2c / busses / i2c-au1550.c
index 7a005ddfb11e2903e8457d5d4517f9e6bc6e64f0..d7e7c359fc364831a9ad1a0bed6001f2e88d9b41 100644 (file)
@@ -287,7 +287,7 @@ au1550_func(struct i2c_adapter *adap)
        return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
 }
 
-static struct i2c_algorithm au1550_algo = {
+static const struct i2c_algorithm au1550_algo = {
        .master_xfer    = au1550_xfer,
        .functionality  = au1550_func,
 };