From: Amit Kucheria Date: Mon, 11 May 2020 12:24:54 +0000 (+0530) Subject: thermal/drivers/thermal_hwmon: Include export.h X-Git-Tag: v5.8-rc1~23^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5ebf357bbfc73d4bfca14195e104e0726c5a729;p=thirdparty%2Fkernel%2Flinux.git thermal/drivers/thermal_hwmon: 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/f542962494a8441fdc8e550a11d0e535b92362a0.1589199124.git.amit.kucheria@linaro.org --- diff --git a/drivers/thermal/thermal_hwmon.c b/drivers/thermal/thermal_hwmon.c index e43ae551592d1..8b92e00ff2362 100644 --- a/drivers/thermal/thermal_hwmon.c +++ b/drivers/thermal/thermal_hwmon.c @@ -11,6 +11,7 @@ * Copyright (C) 2013 Eduardo Valentin */ #include +#include #include #include #include