From: Fabio Estevam <festevam@gmail.com>
To: dmitry.torokhov@gmail.com
Cc: linux-input@vger.kernel.org, Fabio Estevam <festevam@gmail.com>
Subject: [PATCH 2/3] Input: s3c2410_ts - remove unneeded gpio.h header file
Date: Sat, 26 Oct 2019 15:59:57 -0300 [thread overview]
Message-ID: <20191026185958.24158-2-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/s3c2410_ts.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/input/touchscreen/s3c2410_ts.c b/drivers/input/touchscreen/s3c2410_ts.c
index b346e7cafd62..82920ff46f72 100644
--- a/drivers/input/touchscreen/s3c2410_ts.c
+++ b/drivers/input/touchscreen/s3c2410_ts.c
@@ -13,7 +13,6 @@
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/gpio.h>
#include <linux/input.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
--
2.17.1
next prev 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 ` Fabio Estevam [this message]
2019-10-27 18:15 ` [PATCH 2/3] Input: s3c2410_ts " Dmitry Torokhov
2019-10-26 18:59 ` [PATCH 3/3] Input: wacom_i2c " Fabio Estevam
2019-10-27 18:16 ` 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-2-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).