mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
x86/msr: Remove a superfluous inclusion of <asm/asm.h>
The following commit:efef7f184f
("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:efef7f184f
("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
This commit is contained in:
parent
09230b7554
commit
9220aa8a67
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue