mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] extcon-class: kill duplicate #include
@ 2014-12-12 20:10 Sergei Shtylyov
  0 siblings, 0 replies; only message in thread
From: Sergei Shtylyov @ 2014-12-12 20:10 UTC (permalink / raw)
  To: myungjoo.ham, cw00.choi, linux-kernel

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>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-12 20:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-12 20:10 [PATCH] extcon-class: kill duplicate #include Sergei Shtylyov

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