forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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>