All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: dmitry.torokhov@gmail.com
Cc: linux-input@vger.kernel.org, Fabio Estevam <festevam@gmail.com>
Subject: [PATCH 3/3] Input: wacom_i2c - remove unneeded gpio.h header file
Date: Sat, 26 Oct 2019 15:59:58 -0300	[thread overview]
Message-ID: <20191026185958.24158-3-festevam@gmail.com> (raw)
In-Reply-To: <20191026185958.24158-1-festevam@gmail.com>

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 <festevam@gmail.com>
---
 drivers/input/touchscreen/wacom_i2c.c | 1 -
 1 file changed, 1 deletion(-)

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 <linux/slab.h>
 #include <linux/irq.h>
 #include <linux/interrupt.h>
-#include <linux/gpio.h>
 #include <asm/unaligned.h>
 
 #define WACOM_CMD_QUERY0	0x04
-- 
2.17.1


  parent reply	other threads:[~2019-10-26 19:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-26 18:59 [PATCH 1/3] Input: colibri-vf50-ts - remove unneeded gpio.h header file Fabio Estevam
2019-10-26 18:59 ` [PATCH 2/3] Input: s3c2410_ts " Fabio Estevam
2019-10-27 18:15   ` Dmitry Torokhov
2019-10-26 18:59 ` Fabio Estevam [this message]
2019-10-27 18:16   ` [PATCH 3/3] Input: wacom_i2c " Dmitry Torokhov
2019-10-27 18:15 ` [PATCH 1/3] Input: colibri-vf50-ts " Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191026185958.24158-3-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.