hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/touchscreen/wm97xx-core.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * wm97xx-core.c -- Touch screen driver core for Wolfson WM9705, WM9712
34 * and WM9713 AC97 Codecs.
....@@ -7,11 +8,6 @@
78 * Parts Copyright : Ian Molton <spyro@f2s.com>
89 * Andrew Zabolotny <zap@homelink.ru>
910 * Russell King <rmk@arm.linux.org.uk>
10
- *
11
- * This program is free software; you can redistribute it and/or modify it
12
- * under the terms of the GNU General Public License as published by the
13
- * Free Software Foundation; either version 2 of the License, or (at your
14
- * option) any later version.
1511 *
1612 * Notes:
1713 *
....@@ -31,7 +27,6 @@
3127 * - codec event notification
3228 * Todo
3329 * - Support for async sampling control for noisy LCDs.
34
- *
3530 */
3631
3732 #include <linux/module.h>