public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tty: xilinx_uartps: move to arch_initcall for earlier console
@ 2017-08-23 11:20 Shubhrajyoti Datta
  2017-08-23 23:24 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Shubhrajyoti Datta @ 2017-08-23 11:20 UTC (permalink / raw)
  To: linux-serial, linux-kernel
  Cc: gregkh, michal.simek, shubhrajyoti.datta, Shubhrajyoti Datta

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
---
 drivers/tty/serial/xilinx_uartps.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c
index ff1b115..a239343 100644
--- a/drivers/tty/serial/xilinx_uartps.c
+++ b/drivers/tty/serial/xilinx_uartps.c
@@ -1647,7 +1647,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");
-- 
2.1.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread
[parent not found: <1503485752-12888-1-git-send-email-shubhrajyoti.datta@xilinx.com>]

end of thread, other threads:[~2017-09-07  6:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-23 11:20 [PATCH] tty: xilinx_uartps: move to arch_initcall for earlier console Shubhrajyoti Datta
2017-08-23 23:24 ` Greg KH
2017-08-24  9:32   ` Michal Simek
2017-08-31 12:59     ` Linus Walleij
2017-09-06 12:43       ` Michal Simek
2017-09-07  6:10         ` Shubhrajyoti Datta
     [not found] <1503485752-12888-1-git-send-email-shubhrajyoti.datta@xilinx.com>
2017-08-24  5:55 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox