diff options
Diffstat (limited to 'drivers/input/serio/serport.c')
-rw-r--r-- | drivers/input/serio/serport.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/input/serio/serport.c b/drivers/input/serio/serport.c index 5977b8a34ebe..8ac970a423de 100644 --- a/drivers/input/serio/serport.c +++ b/drivers/input/serio/serport.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Input device TTY line discipline | 3 | * Input device TTY line discipline |
3 | * | 4 | * |
@@ -7,11 +8,6 @@ | |||
7 | * 'serial io port' abstraction that the input device drivers use. | 8 | * 'serial io port' abstraction that the input device drivers use. |
8 | */ | 9 | */ |
9 | 10 | ||
10 | /* | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 as published by | ||
13 | * the Free Software Foundation. | ||
14 | */ | ||
15 | 11 | ||
16 | #include <linux/uaccess.h> | 12 | #include <linux/uaccess.h> |
17 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |