Skip to content

Commit 9220aa8

Browse files
xinli-intelingomolnar
authored andcommitted
x86/msr: Remove a superfluous inclusion of <asm/asm.h>
The following commit: efef7f1 ("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. Fixes: efef7f1 ("x86/msr: Add explicit includes of <asm/msr.h>") Signed-off-by: Xin Li (Intel) <xin@zytor.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: H. Peter Anvin <hpa@zytor.com> Link: https://lore.kernel.org/r/20250512084552.1586883-2-xin@zytor.com
1 parent 09230b7 commit 9220aa8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/acpi/processor_throttling.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <linux/uaccess.h>
2222
#include <acpi/processor.h>
2323
#include <asm/io.h>
24-
#include <asm/asm.h>
2524
#ifdef CONFIG_X86
2625
#include <asm/msr.h>
2726
#endif

0 commit comments

Comments
 (0)