diff options
Diffstat (limited to 'drivers/tty/serial/mpsc.c')
-rw-r--r-- | drivers/tty/serial/mpsc.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/tty/serial/mpsc.c b/drivers/tty/serial/mpsc.c index 67ffecc50e42..1f60d6fe4ff2 100644 --- a/drivers/tty/serial/mpsc.c +++ b/drivers/tty/serial/mpsc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Generic driver for the MPSC (UART mode) on Marvell parts (e.g., GT64240, | 3 | * Generic driver for the MPSC (UART mode) on Marvell parts (e.g., GT64240, |
3 | * GT64260, MV64340, MV64360, GT96100, ... ). | 4 | * GT64260, MV64340, MV64360, GT96100, ... ). |
@@ -10,10 +11,7 @@ | |||
10 | * taken from PPCBoot (now U-Boot). Also based on drivers/serial/8250.c | 11 | * taken from PPCBoot (now U-Boot). Also based on drivers/serial/8250.c |
11 | * by Russell King. | 12 | * by Russell King. |
12 | * | 13 | * |
13 | * 2004 (c) MontaVista, Software, Inc. This file is licensed under | 14 | * 2004 (c) MontaVista, Software, Inc. |
14 | * the terms of the GNU General Public License version 2. This program | ||
15 | * is licensed "as is" without any warranty of any kind, whether express | ||
16 | * or implied. | ||
17 | */ | 15 | */ |
18 | /* | 16 | /* |
19 | * The MPSC interface is much like a typical network controller's interface. | 17 | * The MPSC interface is much like a typical network controller's interface. |