Skip to content

Commit fec6388

Browse files
nivedita76gregkh
authored andcommitted
arch/xtensa/setup: Drop dummy_con initialization
con_init in tty/vt.c will now set conswitchp to dummy_con if it's unset. Drop it from arch setup code. Signed-off-by: Arvind Sankar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2f1e1d8 commit fec6388

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/xtensa/kernel/setup.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,6 @@ void __init setup_arch(char **cmdline_p)
405405
#ifdef CONFIG_VT
406406
# if defined(CONFIG_VGA_CONSOLE)
407407
conswitchp = &vga_con;
408-
# elif defined(CONFIG_DUMMY_CONSOLE)
409-
conswitchp = &dummy_con;
410408
# endif
411409
#endif
412410
}

0 commit comments

Comments
 (0)