Skip to content

Commit 968e614

Browse files
andy-shevsuryasaimadhu
authored andcommitted
x86/early_printk: Remove unused includes
After 1bd187d ("x86, intel-mid: remove Intel MID specific serial support") the Intel MID header is not needed anymore. After 69c1f39 ("efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementation") the EFI headers are not needed anymore. Remove the respective includes. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 4c5b566 commit 968e614

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/x86/kernel/early_printk.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@
1515
#include <xen/hvc-console.h>
1616
#include <asm/pci-direct.h>
1717
#include <asm/fixmap.h>
18-
#include <asm/intel-mid.h>
1918
#include <asm/pgtable.h>
2019
#include <linux/usb/ehci_def.h>
2120
#include <linux/usb/xhci-dbgp.h>
22-
#include <linux/efi.h>
23-
#include <asm/efi.h>
2421
#include <asm/pci_x86.h>
2522

2623
/* Simple VGA output */

0 commit comments

Comments
 (0)