Skip to content

Commit 9220aa8

Browse files
xinli-intelIngo Molnar
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) <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Cc: H. Peter Anvin <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 09230b7 commit 9220aa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)