From 9220aa8a6779b586ef11bcd5473d103f7cf60756 Mon Sep 17 00:00:00 2001 From: "Xin Li (Intel)" Date: Mon, 12 May 2025 01:45:50 -0700 Subject: [PATCH] x86/msr: Remove a superfluous inclusion of The following commit: efef7f184f2e ("x86/msr: Add explicit includes of ") added a superfluous inclusion of to drivers/acpi/processor_throttling.c. Remove it. Fixes: efef7f184f2e ("x86/msr: Add explicit includes of ") Signed-off-by: Xin Li (Intel) Signed-off-by: Ingo Molnar Cc: H. Peter Anvin Link: https://lore.kernel.org/r/20250512084552.1586883-2-xin@zytor.com --- drivers/acpi/processor_throttling.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c index ecd7fe2561531..d1541a386fbc8 100644 --- a/drivers/acpi/processor_throttling.c +++ b/drivers/acpi/processor_throttling.c @@ -21,7 +21,6 @@ #include #include #include -#include #ifdef CONFIG_X86 #include #endif -- 2.47.3