diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-01-27 23:36:17 +0530 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-02-09 17:06:52 +0100 |
commit | 92d9d0dfb0fd2f1a6f0c411530df65fba274a79d (patch) | |
tree | 45546e4c7aca619f37b6a30aefcfe4825d137ed9 /drivers/mfd/adp5520.c | |
parent | 6b66a6f27e799d9441ef2c0b1e00913a6a070fa5 (diff) | |
download | linux-92d9d0dfb0fd2f1a6f0c411530df65fba274a79d.tar.bz2 |
i2c: busses: constify i2c_algorithm structures
Declare i2c_algorithm structures as const as they are only stored in the
algo field of an i2c_adapter structure. This field is of type const, so
i2c_algorithm structures having this property can be made const too.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> for
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/mfd/adp5520.c')
0 files changed, 0 insertions, 0 deletions