]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
x86/msr: Remove a superfluous inclusion of <asm/asm.h>
authorXin Li (Intel) <xin@zytor.com>
Mon, 12 May 2025 08:45:50 +0000 (01:45 -0700)
committerIngo Molnar <mingo@kernel.org>
Sun, 18 May 2025 06:39:09 +0000 (08:39 +0200)
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.

Fixes: efef7f184f2e ("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
drivers/acpi/processor_throttling.c

index ecd7fe2561531dab8c26142d4a955d5e9c74ca20..d1541a386fbc8556ac3f65a947e53c3866c2a747 100644 (file)
@@ -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