diff options
Diffstat (limited to 'kernel/drivers/thermal/x86_pkg_temp_thermal.c')
-rw-r--r-- | kernel/drivers/thermal/x86_pkg_temp_thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/drivers/thermal/x86_pkg_temp_thermal.c b/kernel/drivers/thermal/x86_pkg_temp_thermal.c index a774f0c8d..e03fa17b8 100644 --- a/kernel/drivers/thermal/x86_pkg_temp_thermal.c +++ b/kernel/drivers/thermal/x86_pkg_temp_thermal.c @@ -29,7 +29,7 @@ #include <linux/pm.h> #include <linux/thermal.h> #include <linux/debugfs.h> -#include <linux/work-simple.h> +#include <linux/swork.h> #include <asm/cpu_device_id.h> #include <asm/mce.h> |