hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/input/touchscreen/mainstone-wm97xx.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * mainstone-wm97xx.c -- Mainstone Continuous Touch screen driver for
34 * Wolfson WM97xx AC97 Codecs.
....@@ -7,11 +8,6 @@
78 * Parts Copyright : Ian Molton <spyro@f2s.com>
89 * Andrew Zabolotny <zap@homelink.ru>
910 *
10
- * This program is free software; you can redistribute it and/or modify it
11
- * under the terms of the GNU General Public License as published by the
12
- * Free Software Foundation; either version 2 of the License, or (at your
13
- * option) any later version.
14
- *
1511 * Notes:
1612 * This is a wm97xx extended touch driver to capture touch
1713 * data in a continuous manner on the Intel XScale architecture
....@@ -19,7 +15,6 @@
1915 * Features:
2016 * - codecs supported:- WM9705, WM9712, WM9713
2117 * - processors supported:- Intel XScale PXA25x, PXA26x, PXA27x
22
- *
2318 */
2419
2520 #include <linux/module.h>