thermal/core: Add missing EXPORT_SYMBOL_GPL
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 10 Aug 2022 10:07:31 +0000 (12:07 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 15 Aug 2022 18:38:19 +0000 (20:38 +0200)
commita921be53b46c393d8d594a62a44f418c97e5504b
tree4c498b33f703a64aa9bd786fe6dc46f759ccd1dc
parent568035b01cfb107af8d2e4bd2fb9aea22cf5b868
thermal/core: Add missing EXPORT_SYMBOL_GPL

The function thermal_zone_device_register_with_trips() is not exported
for modules.

Add the missing EXPORT_SYMBOL_GPL().

Fixes: fae11de507f0e ("thermal/core: Add thermal_trip in thermal_zone")
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20220810100731.749317-1-daniel.lezcano@linaro.org
drivers/thermal/thermal_core.c