commit | 93802b031b3664a72c54d731f5e68f4f5a4c56a0 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu Dec 19 23:21:53 2019 +0100 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Mon Jan 27 10:24:32 2020 +0100 |
tree | 8185863b2dd7ccf8edf41135831d6221888dcc21 | |
parent | 8c24b85d2dd479558dc7a53be3f598007ec1a489 [diff] |
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