[tip: x86/microcode] x86/mm: Remove unused microcode.h include

tip-bot2 for Thomas Gleixner posted 1 patch 2 years, 4 months ago
arch/x86/mm/init.c | 1 -
1 file changed, 1 deletion(-)
[tip: x86/microcode] x86/mm: Remove unused microcode.h include
Posted by tip-bot2 for Thomas Gleixner 2 years, 4 months ago
The following commit has been merged into the x86/microcode branch of tip:

Commit-ID:     e5a8192942da0026f28a1713684bd46eded04c92
Gitweb:        https://git.kernel.org/tip/e5a8192942da0026f28a1713684bd46eded04c92
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Sat, 12 Aug 2023 21:58:38 +02:00
Committer:     Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Sun, 13 Aug 2023 09:45:35 +02:00

x86/mm: Remove unused microcode.h include

No usage for anything in that header.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20230812195727.600549655@linutronix.de
---
 arch/x86/mm/init.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c
index 8192452..f1697a5 100644
--- a/arch/x86/mm/init.c
+++ b/arch/x86/mm/init.c
@@ -20,7 +20,6 @@
 #include <asm/tlb.h>
 #include <asm/proto.h>
 #include <asm/dma.h>		/* for MAX_DMA_PFN */
-#include <asm/microcode.h>
 #include <asm/kaslr.h>
 #include <asm/hypervisor.h>
 #include <asm/cpufeature.h>