diff options
Diffstat (limited to 'drivers/input/touchscreen/mc13783_ts.c')
-rw-r--r-- | drivers/input/touchscreen/mc13783_ts.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/input/touchscreen/mc13783_ts.c b/drivers/input/touchscreen/mc13783_ts.c index ef64f36c5ffc..ae0d978c83bf 100644 --- a/drivers/input/touchscreen/mc13783_ts.c +++ b/drivers/input/touchscreen/mc13783_ts.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for the Freescale Semiconductor MC13783 touchscreen. | 3 | * Driver for the Freescale Semiconductor MC13783 touchscreen. |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Initial development of this code was funded by | 8 | * Initial development of this code was funded by |
8 | * Phytec Messtechnik GmbH, http://www.phytec.de/ | 9 | * Phytec Messtechnik GmbH, http://www.phytec.de/ |
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 | */ | 10 | */ |
14 | #include <linux/platform_device.h> | 11 | #include <linux/platform_device.h> |
15 | #include <linux/mfd/mc13783.h> | 12 | #include <linux/mfd/mc13783.h> |