diff options
Diffstat (limited to 'drivers/tty/serial/ucc_uart.c')
-rw-r--r-- | drivers/tty/serial/ucc_uart.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c index 55b702775786..2b6376e6e5ad 100644 --- a/drivers/tty/serial/ucc_uart.c +++ b/drivers/tty/serial/ucc_uart.c | |||
@@ -1,12 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Freescale QUICC Engine UART device driver | 3 | * Freescale QUICC Engine UART device driver |
3 | * | 4 | * |
4 | * Author: Timur Tabi <timur@freescale.com> | 5 | * Author: Timur Tabi <timur@freescale.com> |
5 | * | 6 | * |
6 | * Copyright 2007 Freescale Semiconductor, Inc. This file is licensed under | 7 | * Copyright 2007 Freescale Semiconductor, Inc. |
7 | * the terms of the GNU General Public License version 2. This program | ||
8 | * is licensed "as is" without any warranty of any kind, whether express | ||
9 | * or implied. | ||
10 | * | 8 | * |
11 | * This driver adds support for UART devices via Freescale's QUICC Engine | 9 | * This driver adds support for UART devices via Freescale's QUICC Engine |
12 | * found on some Freescale SOCs. | 10 | * found on some Freescale SOCs. |