diff options
Diffstat (limited to 'drivers/tty/n_tty.c')
-rw-r--r-- | drivers/tty/n_tty.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c index bdf0e6e89991..427e0d5d8f13 100644 --- a/drivers/tty/n_tty.c +++ b/drivers/tty/n_tty.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-1.0+ | ||
1 | /* | 2 | /* |
2 | * n_tty.c --- implements the N_TTY line discipline. | 3 | * n_tty.c --- implements the N_TTY line discipline. |
3 | * | 4 | * |
@@ -15,9 +16,6 @@ | |||
15 | * This file also contains code originally written by Linus Torvalds, | 16 | * This file also contains code originally written by Linus Torvalds, |
16 | * Copyright 1991, 1992, 1993, and by Julian Cowley, Copyright 1994. | 17 | * Copyright 1991, 1992, 1993, and by Julian Cowley, Copyright 1994. |
17 | * | 18 | * |
18 | * This file may be redistributed under the terms of the GNU General Public | ||
19 | * License. | ||
20 | * | ||
21 | * Reduced memory usage for older ARM systems - Russell King. | 19 | * Reduced memory usage for older ARM systems - Russell King. |
22 | * | 20 | * |
23 | * 2000/01/20 Fixed SMP locking on put_tty_queue using bits of | 21 | * 2000/01/20 Fixed SMP locking on put_tty_queue using bits of |