aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/xilinx_uartps.c')
-rw-r--r--drivers/tty/serial/xilinx_uartps.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c
index 31a630ae0870..b9b2bc76bcac 100644
--- a/drivers/tty/serial/xilinx_uartps.c
+++ b/drivers/tty/serial/xilinx_uartps.c
@@ -1,14 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0+
1/* 2/*
2 * Cadence UART driver (found in Xilinx Zynq) 3 * Cadence UART driver (found in Xilinx Zynq)
3 * 4 *
4 * 2011 - 2014 (C) Xilinx Inc. 5 * 2011 - 2014 (C) Xilinx Inc.
5 * 6 *
6 * This program is free software; you can redistribute it
7 * and/or modify it under the terms of the GNU General Public
8 * License as published by the Free Software Foundation;
9 * either version 2 of the License, or (at your option) any
10 * later version.
11 *
12 * This driver has originally been pushed by Xilinx using a Zynq-branding. This 7 * This driver has originally been pushed by Xilinx using a Zynq-branding. This
13 * still shows in the naming of this file, the kconfig symbols and some symbols 8 * still shows in the naming of this file, the kconfig symbols and some symbols
14 * in the code. 9 * in the code.
@@ -1673,7 +1668,7 @@ static void __exit cdns_uart_exit(void)
1673 uart_unregister_driver(&cdns_uart_uart_driver); 1668 uart_unregister_driver(&cdns_uart_uart_driver);
1674} 1669}
1675 1670
1676module_init(cdns_uart_init); 1671arch_initcall(cdns_uart_init);
1677module_exit(cdns_uart_exit); 1672module_exit(cdns_uart_exit);
1678 1673
1679MODULE_DESCRIPTION("Driver for Cadence UART"); 1674MODULE_DESCRIPTION("Driver for Cadence UART");