diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index 8123f68b4224..b678c3d2c25b 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -22,14 +22,12 @@ #include #include #include -#include #define CREATE_TRACE_POINTS #include #include "thermal_core.h" #include "thermal_hwmon.h" -#include "../base/base.h" MODULE_AUTHOR("Zhang Rui"); MODULE_DESCRIPTION("Generic thermal management sysfs support");