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

From: tip-bot2 for Thomas Gleixner
Date: Sun Aug 13 2023 - 13:26:52 EST


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@xxxxxxxxxxxxx>
AuthorDate: Sat, 12 Aug 2023 21:58:38 +02:00
Committer: Borislav Petkov (AMD) <bp@xxxxxxxxx>
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@xxxxxxxxxxxxx>
Signed-off-by: Borislav Petkov (AMD) <bp@xxxxxxxxx>
Link: https://lore.kernel.org/r/20230812195727.600549655@xxxxxxxxxxxxx
---
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>