From: Amit Kucheria Date: Mon, 11 May 2020 12:24:52 +0000 (+0530) Subject: thermal/drivers/thermal_helpers: Include export.h X-Git-Tag: v5.8-rc1~23^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a74c882dcc15c959e1cc14c3f62877d2f09aef8;p=thirdparty%2Fkernel%2Flinux.git thermal/drivers/thermal_helpers: Include export.h It is preferable to include export.h when you are using EXPORT_SYMBOL family of macros. Signed-off-by: Amit Kucheria Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/fd3443f00dbba6ca90f35726c7451ae52145d2d4.1589199124.git.amit.kucheria@linaro.org --- diff --git a/drivers/thermal/thermal_helpers.c b/drivers/thermal/thermal_helpers.c index 3d737143ec118..87b1256fa2f20 100644 --- a/drivers/thermal/thermal_helpers.c +++ b/drivers/thermal/thermal_helpers.c @@ -14,6 +14,7 @@ #include #include +#include #include #include #include