lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 12 Dec 2014 23:10:51 +0300
From:	Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To:	myungjoo.ham@...sung.com, cw00.choi@...sung.com,
	linux-kernel@...r.kernel.org
Subject: [PATCH] extcon-class: kill duplicate #include

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@...entembedded.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>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ