This patch removes the duplicate header file in extcon.h. Signed-off-by: Chanwoo Choi <cw00.c...@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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/