summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>2017-09-20 12:20:11 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-10-04 10:15:47 +0200
commit1d67243a8e77cdf63ee20bbd55c49771ff9c3090 (patch)
treea007990f351eef7cb3e1a3b1665513d238a37097 /drivers/tty
parent6c7b841224ac09901e595ed20b3b1111c6adf812 (diff)
downloadop-kernel-dev-1d67243a8e77cdf63ee20bbd55c49771ff9c3090.zip
op-kernel-dev-1d67243a8e77cdf63ee20bbd55c49771ff9c3090.tar.gz
tty: xilinx_uartps: move to arch_initcall for earlier console
move to arch_initcall to get the console up really early, it is quite helpful for spotting early boot problems. Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> Tested-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/xilinx_uartps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c
index 31a630a..7c1c6fb9 100644
--- a/drivers/tty/serial/xilinx_uartps.c
+++ b/drivers/tty/serial/xilinx_uartps.c
@@ -1673,7 +1673,7 @@ static void __exit cdns_uart_exit(void)
uart_unregister_driver(&cdns_uart_uart_driver);
}
-module_init(cdns_uart_init);
+arch_initcall(cdns_uart_init);
module_exit(cdns_uart_exit);
MODULE_DESCRIPTION("Driver for Cadence UART");
OpenPOWER on IntegriCloud