[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230812195727.600549655@linutronix.de>
Date: Sat, 12 Aug 2023 21:58:38 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: x86@...nel.org, Borislav Petkov <bp@...en8.de>,
Ashok Raj <ashok.raj@...el.com>,
Arjan van de Ven <arjan@...ux.intel.com>,
Nikolay Borisov <nik.borisov@...e.com>
Subject: [patch V2 01/37] x86/mm: Remove unused microcode.h include
From: Thomas Gleixner <tglx@...utronix.de>
No usage for anything in that header.
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
arch/x86/mm/init.c | 1 -
1 file changed, 1 deletion(-)
---
--- 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>
Powered by blists - more mailing lists