commit | 2e7700dc336dde93cdc9394d10ccd79593fff214 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu Apr 02 16:27:42 2020 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Apr 14 11:41:12 2020 +0200 |
tree | b31bfdb29265547a014fd73b79f718fe255b4ce7 | |
parent | 33a88af10944edc7fd390000cd6bc9bbde918bc3 [diff] |
thermal: Move trip point structure definition to private header The struct thermal_trip is only used by the thermal internals, it is pointless to export the definition in the global header. Move the structure to the thermal_core.h internal header. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Acked-by: Zhang Rui <rui.zhang@intel.com> Link: https://lore.kernel.org/r/20200402142747.8307-4-daniel.lezcano@linaro.org