diff options
Diffstat (limited to 'drivers/input/mouse/alps.c')
-rw-r--r-- | drivers/input/mouse/alps.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index 0a6f7ca883e7..8996323ce8d9 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ALPS touchpad PS/2 mouse driver | 3 | * ALPS touchpad PS/2 mouse driver |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * | 10 | * |
10 | * ALPS detection, tap switching and status querying info is taken from | 11 | * ALPS detection, tap switching and status querying info is taken from |
11 | * tpconfig utility (by C. Scott Ananian and Bruce Kall). | 12 | * tpconfig utility (by C. Scott Ananian and Bruce Kall). |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify it | ||
14 | * under the terms of the GNU General Public License version 2 as published by | ||
15 | * the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/slab.h> | 15 | #include <linux/slab.h> |