i2c: Constify i2c_algorithm declarations, part 2
[deliverable/linux.git] / drivers / i2c / busses / scx200_acb.c
index eae9e81be375acecb2a697fd23b7afdcab944b6a..32aab0d34ee930eb3b9a6f0a95fa752c7f32b7d9 100644 (file)
@@ -383,7 +383,7 @@ static u32 scx200_acb_func(struct i2c_adapter *adapter)
 }
 
 /* For now, we only handle combined mode (smbus) */
-static struct i2c_algorithm scx200_acb_algorithm = {
+static const struct i2c_algorithm scx200_acb_algorithm = {
        .smbus_xfer     = scx200_acb_smbus_xfer,
        .functionality  = scx200_acb_func,
 };
This page took 0.032103 seconds and 5 git commands to generate.