From: Amit Kucheria Date: Mon, 11 May 2020 12:24:50 +0000 (+0530) Subject: thermal/core: Replace module.h with export.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3f0cfea3dd6ed7cd176376bb4a5488b75b938d96;p=linux.git thermal/core: Replace module.h with export.h Thermal core cannot be modular, remove the unnecessary module.h include and replace with export.h to handle EXPORT_SYMBOL family of macros. Signed-off-by: Amit Kucheria Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/33af23406dcdb0c62dae1e6401446b997ccb449f.1589199124.git.amit.kucheria@linaro.org --- diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index dd3f4e87857bd..b71196eaf90e8 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -9,9 +9,9 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -#include #include #include +#include #include #include #include