aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Li (Intel) <xin@zytor.com>2025-05-12 01:45:50 -0700
committerIngo Molnar <mingo@kernel.org>2025-05-18 08:39:09 +0200
commit9220aa8a6779b586ef11bcd5473d103f7cf60756 (patch)
treef9873c9b8fc381f849a1221cf9bd6a5c9f023c23
parent09230b7554824c9db1712324efcf3595c67fd326 (diff)
downloadnet-9220aa8a6779b586ef11bcd5473d103f7cf60756.tar.gz
x86/msr: Remove a superfluous inclusion of <asm/asm.h>
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
-rw-r--r--drivers/acpi/processor_throttling.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c
index ecd7fe2561531d..d1541a386fbc85 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