aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/tty/serial/samsung.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c
index 236abae97613..af821a908720 100644
--- a/drivers/tty/serial/samsung.c
+++ b/drivers/tty/serial/samsung.c
@@ -2396,6 +2396,7 @@ static struct platform_driver samsung_serial_driver = {
2396 2396
2397module_platform_driver(samsung_serial_driver); 2397module_platform_driver(samsung_serial_driver);
2398 2398
2399#ifdef CONFIG_SERIAL_SAMSUNG_CONSOLE
2399/* 2400/*
2400 * Early console. 2401 * Early console.
2401 */ 2402 */
@@ -2498,6 +2499,7 @@ OF_EARLYCON_DECLARE(exynos4210, "samsung,exynos4210-uart",
2498 s5pv210_early_console_setup); 2499 s5pv210_early_console_setup);
2499EARLYCON_DECLARE(s5pv210, s5pv210_early_console_setup); 2500EARLYCON_DECLARE(s5pv210, s5pv210_early_console_setup);
2500EARLYCON_DECLARE(exynos4210, s5pv210_early_console_setup); 2501EARLYCON_DECLARE(exynos4210, s5pv210_early_console_setup);
2502#endif
2501 2503
2502MODULE_ALIAS("platform:samsung-uart"); 2504MODULE_ALIAS("platform:samsung-uart");
2503MODULE_DESCRIPTION("Samsung SoC Serial port driver"); 2505MODULE_DESCRIPTION("Samsung SoC Serial port driver");