diff options
Diffstat (limited to 'drivers/input/touchscreen/touchit213.c')
-rw-r--r-- | drivers/input/touchscreen/touchit213.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/input/touchscreen/touchit213.c b/drivers/input/touchscreen/touchit213.c index 98a16698be8e..fb49687da405 100644 --- a/drivers/input/touchscreen/touchit213.c +++ b/drivers/input/touchscreen/touchit213.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Sahara TouchIT-213 serial touchscreen driver | 3 | * Sahara TouchIT-213 serial touchscreen driver |
3 | * | 4 | * |
@@ -9,11 +10,6 @@ | |||
9 | * and Dan Streetman <ddstreet@ieee.org> | 10 | * and Dan Streetman <ddstreet@ieee.org> |
10 | */ | 11 | */ |
11 | 12 | ||
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 | ||
15 | * by the Free Software Foundation. | ||
16 | */ | ||
17 | 13 | ||
18 | #include <linux/errno.h> | 14 | #include <linux/errno.h> |
19 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |