]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Input: pixcir_i2c_ts - remove unneeded gpio.h header file
authorFabio Estevam <festevam@gmail.com>
Tue, 8 Oct 2019 17:13:38 +0000 (10:13 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 9 Oct 2019 21:56:33 +0000 (14:56 -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>
Reviewed-by: Roger Quadros <rogerq@ti.com>
Tested-by: Michal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/pixcir_i2c_ts.c

index e146dfa257b15eadd866b101d73c8b3bc7d0e862..4561d65e7a1ef0c258be786c0560211299de3d20 100644 (file)
@@ -13,7 +13,6 @@
 #include <linux/input.h>
 #include <linux/input/mt.h>
 #include <linux/input/touchscreen.h>
-#include <linux/gpio.h>
 #include <linux/gpio/consumer.h>
 #include <linux/of_device.h>
 #include <linux/platform_data/pixcir_i2c_ts.h>