commit | 31ffcb1077e6c4d36a67c40bccfb6f2bf0132f87 | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Thu Aug 27 00:56:08 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 26 16:21:17 2020 -0700 |
tree | 7c377fcc51b1ea336d50fc3083685d42b1901567 | |
parent | 73a9df4c10292ff4b5a937cac38313568acb05dc [diff] |
net: ath11k: constify ath11k_thermal_ops The only usage of ath11k_thermal_ops is to pass its address to thermal_cooling_device_register() which takes a const pointer. Make it const to allow the compiler to put it in read-only memory. Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>