diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index 6d940cb8cebd..59bdb62b282f 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -22,12 +22,14 @@ #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");