forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/input/touchscreen/touchit213.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Sahara TouchIT-213 serial touchscreen driver
34 *
....@@ -9,11 +10,6 @@
910 * and Dan Streetman <ddstreet@ieee.org>
1011 */
1112
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
- */
1713
1814 #include <linux/errno.h>
1915 #include <linux/kernel.h>