diff options
author | 2017-08-21 22:21:08 +0530 | |
---|---|---|
committer | 2017-08-21 18:10:42 +0100 | |
commit | 6d284bb11c302a4db4d169ca13d48dbb4d9b5cbe (patch) | |
tree | 86124829a58ff7d1227ef7db921c7125fc76edf4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux v4.13-rc1 (diff) | |
download | wireguard-linux-6d284bb11c302a4db4d169ca13d48dbb4d9b5cbe.tar.xz wireguard-linux-6d284bb11c302a4db4d169ca13d48dbb4d9b5cbe.zip |
regulator: ltc3589: constify i2c_device_id
i2c_device_id are not supposed to change at runtime. All functions
working with i2c_device_id provided by <linux/i2c.h> work with
const i2c_device_id. So mark the non-const structs as const.
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions