diff options
Diffstat (limited to 'drivers/input/touchscreen/hampshire.c')
-rw-r--r-- | drivers/input/touchscreen/hampshire.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/input/touchscreen/hampshire.c b/drivers/input/touchscreen/hampshire.c index eb052d559e54..5c4d877564ee 100644 --- a/drivers/input/touchscreen/hampshire.c +++ b/drivers/input/touchscreen/hampshire.c | |||
@@ -1,16 +1,11 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Hampshire serial touchscreen driver | 3 | * Hampshire serial touchscreen driver |
3 | * | 4 | * |
4 | * Copyright (c) 2010 Adam Bennett | 5 | * Copyright (c) 2010 Adam Bennett |
5 | * Based on the dynapro driver (c) Tias Guns | 6 | * Based on the dynapro driver (c) Tias Guns |
6 | * | ||
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published by | ||
12 | * the Free Software Foundation. | ||
13 | */ | ||
14 | 9 | ||
15 | /* | 10 | /* |
16 | * 2010/04/08 Adam Bennett <abennett72@gmail.com> | 11 | * 2010/04/08 Adam Bennett <abennett72@gmail.com> |