regmap-i2c: constify regmap_bus structures
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Sat, 4 Jan 2020 10:49:25 +0000 (11:49 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 6 Jan 2020 20:46:44 +0000 (20:46 +0000)
commit14e01b5f335881c435d075797b8b7c64437f9bff
tree309aad5e56bea5214bfc7e14af308fb3dfcde0c4
parente42617b825f8073569da76dc4510bfa019b1c35a
regmap-i2c: constify regmap_bus structures

regmap_bus structures are not changed anywhere. Mark them const.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Link: https://lore.kernel.org/r/85e4141348db00ecf1f2bc5c2ff6ba3de75e8ff4.1578134920.git.mirq-linux@rere.qmqm.pl
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-i2c.c