hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/input/touchscreen/colibri-vf50-ts.c
....@@ -1,19 +1,14 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Toradex Colibri VF50 Touchscreen driver
34 *
45 * Copyright 2015 Toradex AG
56 *
67 * Originally authored by Stefan Agner for 3.0 kernel
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; either version 2 of the License, or
11
- * (at your option) any later version.
128 */
139
1410 #include <linux/delay.h>
1511 #include <linux/err.h>
16
-#include <linux/gpio.h>
1712 #include <linux/gpio/consumer.h>
1813 #include <linux/iio/consumer.h>
1914 #include <linux/iio/types.h>