diff options
Diffstat (limited to 'drivers/tty/serial/pxa.c')
-rw-r--r-- | drivers/tty/serial/pxa.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/tty/serial/pxa.c b/drivers/tty/serial/pxa.c index 905631df1f8b..baf552944d56 100644 --- a/drivers/tty/serial/pxa.c +++ b/drivers/tty/serial/pxa.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0+ | ||
1 | /* | 2 | /* |
2 | * Based on drivers/serial/8250.c by Russell King. | 3 | * Based on drivers/serial/8250.c by Russell King. |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * Created: Feb 20, 2003 | 6 | * Created: Feb 20, 2003 |
6 | * Copyright: (C) 2003 Monta Vista Software, Inc. | 7 | * Copyright: (C) 2003 Monta Vista Software, Inc. |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * Note 1: This driver is made separate from the already too overloaded | 9 | * Note 1: This driver is made separate from the already too overloaded |
14 | * 8250.c because it needs some kirks of its own and that'll make it | 10 | * 8250.c because it needs some kirks of its own and that'll make it |
15 | * easier to add DMA support. | 11 | * easier to add DMA support. |