diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-03-26 20:54:15 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-04-17 20:54:35 +0300 |
commit | 968e6147fcc5862096863980298f3ec4ae5742eb (patch) | |
tree | 6f2a6be292d789b78f8820d7ad9a7bec27737c27 | |
parent | 4c5b566c2193e2af82c891daa5303c8899e61044 (diff) | |
download | linux-968e6147fcc5862096863980298f3ec4ae5742eb.tar.xz |
x86/early_printk: Remove unused includes
After
1bd187de5364 ("x86, intel-mid: remove Intel MID specific serial support")
the Intel MID header is not needed anymore.
After
69c1f396f25b ("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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200326175415.8618-1-andriy.shevchenko@linux.intel.com
-rw-r--r-- | arch/x86/kernel/early_printk.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/early_printk.c b/arch/x86/kernel/early_printk.c index 9b33904251a9..93fbdff2974f 100644 --- a/arch/x86/kernel/early_printk.c +++ b/arch/x86/kernel/early_printk.c @@ -15,12 +15,9 @@ #include <xen/hvc-console.h> #include <asm/pci-direct.h> #include <asm/fixmap.h> -#include <asm/intel-mid.h> #include <asm/pgtable.h> #include <linux/usb/ehci_def.h> #include <linux/usb/xhci-dbgp.h> -#include <linux/efi.h> -#include <asm/efi.h> #include <asm/pci_x86.h> /* Simple VGA output */ |