diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2020-08-27 00:56:08 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-27 01:21:17 +0200 |
commit | 31ffcb1077e6c4d36a67c40bccfb6f2bf0132f87 (patch) | |
tree | 7c377fcc51b1ea336d50fc3083685d42b1901567 /drivers/net/Kconfig | |
parent | net: phy: mscc: macsec: constify vsc8584_macsec_ops (diff) | |
download | linux-31ffcb1077e6c4d36a67c40bccfb6f2bf0132f87.tar.xz linux-31ffcb1077e6c4d36a67c40bccfb6f2bf0132f87.zip |
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>
Diffstat (limited to 'drivers/net/Kconfig')
0 files changed, 0 insertions, 0 deletions