Message ID | 20250512084552.1586883-2-xin@zytor.com |
---|---|
State | New |
Headers | show |
Series | MSR fixes and cleanups after last round of MSR cleanups | expand |
diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c index ecd7fe256153..d1541a386fbc 100644 --- a/drivers/acpi/processor_throttling.c +++ b/drivers/acpi/processor_throttling.c @@ -21,7 +21,6 @@ #include <linux/uaccess.h> #include <acpi/processor.h> #include <asm/io.h> -#include <asm/asm.h> #ifdef CONFIG_X86 #include <asm/msr.h> #endif
The following commit: efef7f184f2e ("x86/msr: Add explicit includes of <asm/msr.h>") added a superfluous inclusion of <asm/asm.h> to drivers/acpi/processor_throttling.c. Remove it. Signed-off-by: Xin Li (Intel) <xin@zytor.com> --- drivers/acpi/processor_throttling.c | 1 - 1 file changed, 1 deletion(-)