diff options
Diffstat (limited to 'drivers/tty/serial/serial_txx9.c')
-rw-r--r-- | drivers/tty/serial/serial_txx9.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/tty/serial/serial_txx9.c b/drivers/tty/serial/serial_txx9.c index f80fead6c5fc..1b4008d022bf 100644 --- a/drivers/tty/serial/serial_txx9.c +++ b/drivers/tty/serial/serial_txx9.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Derived from many drivers using generic_serial interface, | 3 | * Derived from many drivers using generic_serial interface, |
3 | * especially serial_tx3912.c by Steven J. Hill and r39xx_serial.c | 4 | * especially serial_tx3912.c by Steven J. Hill and r39xx_serial.c |
@@ -8,10 +9,6 @@ | |||
8 | * Copyright (C) 2001 Steven J. Hill (sjhill@realitydiluted.com) | 9 | * Copyright (C) 2001 Steven J. Hill (sjhill@realitydiluted.com) |
9 | * Copyright (C) 2000-2002 Toshiba Corporation | 10 | * Copyright (C) 2000-2002 Toshiba Corporation |
10 | * | 11 | * |
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | * | ||
15 | * Serial driver for TX3927/TX4927/TX4925/TX4938 internal SIO controller | 12 | * Serial driver for TX3927/TX4927/TX4925/TX4938 internal SIO controller |
16 | */ | 13 | */ |
17 | 14 | ||