diff options
Diffstat (limited to 'drivers/input/touchscreen/dynapro.c')
-rw-r--r-- | drivers/input/touchscreen/dynapro.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/input/touchscreen/dynapro.c b/drivers/input/touchscreen/dynapro.c index 5b1b66fffbe3..dc07fca7c5ed 100644 --- a/drivers/input/touchscreen/dynapro.c +++ b/drivers/input/touchscreen/dynapro.c | |||
@@ -1,17 +1,12 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Dynapro serial touchscreen driver | 3 | * Dynapro serial touchscreen driver |
3 | * | 4 | * |
4 | * Copyright (c) 2009 Tias Guns | 5 | * Copyright (c) 2009 Tias Guns |
5 | * Based on the inexio driver (c) Vojtech Pavlik and Dan Streetman and | 6 | * Based on the inexio driver (c) Vojtech Pavlik and Dan Streetman and |
6 | * Richard Lemon | 7 | * Richard Lemon |
7 | * | ||
8 | */ | 8 | */ |
9 | 9 | ||
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 | 10 | ||
16 | /* | 11 | /* |
17 | * 2009/09/19 Tias Guns <tias@ulyssis.org> | 12 | * 2009/09/19 Tias Guns <tias@ulyssis.org> |