hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/touchscreen/mc13783_ts.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Driver for the Freescale Semiconductor MC13783 touchscreen.
34 *
....@@ -6,10 +7,6 @@
67 *
78 * Initial development of this code was funded by
89 * 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.
1310 */
1411 #include <linux/platform_device.h>
1512 #include <linux/mfd/mc13783.h>