From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: myungjoo.ham@samsung.com, cw00.choi@samsung.com,
linux-kernel@vger.kernel.org
Subject: [PATCH] extcon-class: kill duplicate #include
Date: Fri, 12 Dec 2014 23:10:51 +0300 [thread overview]
Message-ID: <157607795.iq96eyHTpY@wasted.cogentembedded.com> (raw)
Commit f841afb17476f485900bb6213cf93a64a7dc303f (extcon: Implement OF-based
extcon lookup properly) added #include <linux/of.h> (I didn't even understand
why), while such #include was already there. Kill the duplicate #include.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
The patch is against the 'extcon-next' branch of the 'extcon.git' repo.
drivers/extcon/extcon-class.c | 1 -
1 file changed, 1 deletion(-)
Index: extcon/drivers/extcon/extcon-class.c
===================================================================
--- extcon.orig/drivers/extcon/extcon-class.c
+++ extcon/drivers/extcon/extcon-class.c
@@ -29,7 +29,6 @@
#include <linux/fs.h>
#include <linux/err.h>
#include <linux/extcon.h>
-#include <linux/of.h>
#include <linux/slab.h>
#include <linux/sysfs.h>
#include <linux/of.h>
reply other threads:[~2014-12-12 20:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=157607795.iq96eyHTpY@wasted.cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=cw00.choi@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
/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
Powered by JetHome