i2c: Constify i2c_algorithm declarations, part 1
[safe/jmp/linux-2.6] / drivers / i2c / algos / i2c-algo-pcf.c
index 5b24930..3b20033 100644 (file)
@@ -458,7 +458,7 @@ static u32 pcf_func(struct i2c_adapter *adap)
 
 /* -----exported algorithm data: ------------------------------------- */
 
-static struct i2c_algorithm pcf_algo = {
+static const struct i2c_algorithm pcf_algo = {
        .master_xfer    = pcf_xfer,
        .functionality  = pcf_func,
 };