]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Input: colibri-vf50-ts - remove unneeded gpio.h header file
authorFabio Estevam <festevam@gmail.com>
Sun, 27 Oct 2019 17:35:21 +0000 (10:35 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 27 Oct 2019 18:14:22 +0000 (11:14 -0700)
The touchscreen device is a GPIO consumer, not a GPIO controller,
so there is no need to include <linux/gpio.h>.

Remove the unneeded header file.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20191026185958.24158-1-festevam@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/colibri-vf50-ts.c

index 0e40897949bb97f8bad31c3672574d824ea9151f..aa829725ded7f5b8a2dc137d3416329803adf235 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <linux/delay.h>
 #include <linux/err.h>
-#include <linux/gpio.h>
 #include <linux/gpio/consumer.h>
 #include <linux/iio/consumer.h>
 #include <linux/iio/types.h>