diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-09 02:08:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-09 02:08:37 -0400 |
commit | becba85f0e1ca8ab97bd7e836a7129a94ace1ff2 (patch) | |
tree | 3a43cb5edc60310c89790ab0961f5276bd9ca615 /arch/x86/kernel | |
parent | 9eccca0843205f87c00404b663188b88eb248051 (diff) | |
parent | 3372ec28622083ac87daf18918a222fbee06f6f9 (diff) |
Merge 4.0-rc3 into tty-testing
This resolves a merge issue in drivers/tty/serial/8250/8250_pci.c
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/early_printk.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/early_printk.c b/arch/x86/kernel/early_printk.c index a62536a1be88..f85e3fb50f28 100644 --- a/arch/x86/kernel/early_printk.c +++ b/arch/x86/kernel/early_printk.c | |||
@@ -375,12 +375,6 @@ static int __init setup_early_printk(char *buf) | |||
375 | if (!strncmp(buf, "xen", 3)) | 375 | if (!strncmp(buf, "xen", 3)) |
376 | early_console_register(&xenboot_console, keep); | 376 | early_console_register(&xenboot_console, keep); |
377 | #endif | 377 | #endif |
378 | #ifdef CONFIG_EARLY_PRINTK_INTEL_MID | ||
379 | if (!strncmp(buf, "hsu", 3)) { | ||
380 | hsu_early_console_init(buf + 3); | ||
381 | early_console_register(&early_hsu_console, keep); | ||
382 | } | ||
383 | #endif | ||
384 | #ifdef CONFIG_EARLY_PRINTK_EFI | 378 | #ifdef CONFIG_EARLY_PRINTK_EFI |
385 | if (!strncmp(buf, "efi", 3)) | 379 | if (!strncmp(buf, "efi", 3)) |
386 | early_console_register(&early_efi_console, keep); | 380 | early_console_register(&early_efi_console, keep); |