diff options
Diffstat (limited to 'drivers/input/serio/libps2.c')
-rw-r--r-- | drivers/input/serio/libps2.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/input/serio/libps2.c b/drivers/input/serio/libps2.c index 22b8e05aa36c..a8c94a940a79 100644 --- a/drivers/input/serio/libps2.c +++ b/drivers/input/serio/libps2.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PS/2 driver library | 3 | * PS/2 driver library |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * Copyright (c) 2004 Dmitry Torokhov | 6 | * Copyright (c) 2004 Dmitry Torokhov |
6 | */ | 7 | */ |
7 | 8 | ||
8 | /* | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License version 2 as published by | ||
11 | * the Free Software Foundation. | ||
12 | */ | ||
13 | 9 | ||
14 | #include <linux/delay.h> | 10 | #include <linux/delay.h> |
15 | #include <linux/module.h> | 11 | #include <linux/module.h> |