]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
thermal/drivers/of-thermal: Move the of_thermal_free_zone() to the init section
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 19 Dec 2019 22:21:53 +0000 (23:21 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 27 Jan 2020 09:24:32 +0000 (10:24 +0100)
commit93802b031b3664a72c54d731f5e68f4f5a4c56a0
tree8185863b2dd7ccf8edf41135831d6221888dcc21
parent8c24b85d2dd479558dc7a53be3f598007ec1a489
thermal/drivers/of-thermal: Move the of_thermal_free_zone() to the init section

The function of_thermal_free_zone() is only used the initialization
function which all belonging to the init section.

Move it also to the __init section.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20191219222154.16100-2-daniel.lezcano@linaro.org
drivers/thermal/of-thermal.c