From: Xin Li (Intel) Date: Mon, 12 May 2025 08:45:50 +0000 (-0700) Subject: x86/msr: Remove a superfluous inclusion of X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9220aa8a6779b586ef11bcd5473d103f7cf60756;p=linux.git 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 --- diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c index ecd7fe256153..d1541a386fbc 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