i2c: Constify i2c_algorithm declarations, part 2
i2c: Constify i2c_algorithm declarations, part 2 Make struct i2c_algorithm declarations const in all i2c bus drivers where it is possible. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
9e11a9fbfe
commit
8f9082c5ce
@@ -625,7 +625,7 @@ static u32 iic_func(struct i2c_adapter *adap)
|
||||
return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL | I2C_FUNC_10BIT_ADDR;
|
||||
}
|
||||
|
||||
static struct i2c_algorithm iic_algo = {
|
||||
static const struct i2c_algorithm iic_algo = {
|
||||
.master_xfer = iic_xfer,
|
||||
.functionality = iic_func
|
||||
};
|
||||
|
Reference in New Issue
Block a user