From: Fabio Estevam Date: Sun, 27 Oct 2019 17:35:41 +0000 (-0700) Subject: Input: wacom_i2c - remove unneeded gpio.h header file X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=78e45917bf7a066fffbeb3d87f4031109df6da55;p=uclinux-h8%2Flinux.git Input: wacom_i2c - remove unneeded gpio.h header file There is no gpio functions used in the driver that is exported by the gpio.h header, so remove this unneeded header. Signed-off-by: Fabio Estevam Link: https://lore.kernel.org/r/20191026185958.24158-3-festevam@gmail.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/wacom_i2c.c b/drivers/input/touchscreen/wacom_i2c.c index f017af8c2aa3..1afc6bde2891 100644 --- a/drivers/input/touchscreen/wacom_i2c.c +++ b/drivers/input/touchscreen/wacom_i2c.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #define WACOM_CMD_QUERY0 0x04