commit | 3de7b83017bd93d521dc29f475f4c8fc5d61e518 | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Mon Sep 07 01:04:52 2020 +0200 |
committer | Sudeep Holla <sudeep.holla@arm.com> | Mon Sep 07 12:43:27 2020 +0100 |
tree | 4cd848ea7797781f486af633124133e0c35e745b | |
parent | 82894c1d397f16c2208a35dbb1310559f31980bb [diff] |
firmware: arm_scmi: Constify static scmi-ops These are never modified, so make them const to allow the compiler to put them in read-only memory. Link: https://lore.kernel.org/r/20200906230452.33410-4-rikard.falkeborn@gmail.com Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>