diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2021-09-20 22:38:49 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-10-07 15:18:31 +0200 |
commit | 69c560d2eb3cff7ebe876cd224a3dc05852990b5 (patch) | |
tree | e9b24dd6d983383417f1f88ffc8c3159f2b611ae /tools/perf/scripts/python/syscall-counts.py | |
parent | 5816b3e6577eaa676ceb00a848f0fd65fe2adc29 (diff) |
thermal/drivers/thermal_mmio: Constify static struct thermal_mmio_ops
The only usage of thermal_mmio_ops is to pass its address to
devm_thermal_zone_of_sensor_register(), which has a pointer to const
struct thermal_zone_of_device_ops as argument. Make it const to allow
the compiler to put it in read-only memory.
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Acked-by: Talel Shenhar <talel@amazon.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210920203849.32136-1-rikard.falkeborn@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions