Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1168563

[PATCH 1/4] extcon: Remove duplicate header file in extcon.h

From Chanwoo Choi <cwchoi00@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 1/4] extcon: Remove duplicate header file in extcon.h
Date 2015-06-19 08:50 +0200
Message-ID <pCYhI-82R-11@gated-at.bofh.it> (permalink)
References <pCYhI-82R-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patch removes the duplicate header file in extcon.h.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 include/linux/extcon.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/extcon.h b/include/linux/extcon.h
index b16d929..1656c98 100644
--- a/include/linux/extcon.h
+++ b/include/linux/extcon.h
@@ -27,8 +27,6 @@
 #define __LINUX_EXTCON_H__
 
 #include <linux/device.h>
-#include <linux/notifier.h>
-#include <linux/sysfs.h>
 
 /*
  * Define the unique id of supported external connectors
-- 
2.2.0.GIT

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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 1/4] extcon: Remove duplicate header file in extcon.h Chanwoo Choi <cwchoi00@gmail.com> - 2015-06-19 08:50 +0200

csiph-web