i2c: Constify i2c_algorithm declarations, part 2
[powerpc.git] / drivers / i2c / busses / i2c-sis630.c
index acb75e2..dec0baf 100644 (file)
@@ -450,7 +450,7 @@ exit:
 }
 
 
-static struct i2c_algorithm smbus_algorithm = {
+static const struct i2c_algorithm smbus_algorithm = {
        .smbus_xfer     = sis630_access,
        .functionality  = sis630_func,
 };