aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/setup.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-08-13 09:24:52 +0200
committerTony Luck <tony.luck@intel.com>2019-08-16 11:33:56 -0700
commit08f9530a0f883b11fc4062a20703e8920c5980c7 (patch)
treeca9feb52ff130ee8b47836b75f0a90bafee2bf83 /arch/ia64/kernel/setup.c
parentPCI/hotplug: remove the sgi_hotplug driver (diff)
downloadlinux-dev-08f9530a0f883b11fc4062a20703e8920c5980c7.tar.xz
linux-dev-08f9530a0f883b11fc4062a20703e8920c5980c7.zip
tty/serial: remove the sn_console driver
The SGI SN2 support is about to be removed. Remove this driver that depends on the SN2 support. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lkml.kernel.org/r/20190813072514.23299-7-hch@lst.de Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/setup.c')
-rw-r--r--arch/ia64/kernel/setup.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c
index c9cfa760cd57..a0480a4e65c1 100644
--- a/arch/ia64/kernel/setup.c
+++ b/arch/ia64/kernel/setup.c
@@ -463,13 +463,6 @@ early_console_setup (char *cmdline)
{
int earlycons = 0;
-#ifdef CONFIG_SERIAL_SGI_L1_CONSOLE
- {
- extern int sn_serial_console_early_setup(void);
- if (!sn_serial_console_early_setup())
- earlycons++;
- }
-#endif
#ifdef CONFIG_EFI_PCDP
if (!efi_setup_pcdp_console(cmdline))
earlycons++;