diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2015-06-11 14:58:47 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2015-08-10 11:48:54 +0900 |
commit | 85a77ff0160ab0a70eb4e8b14200e29b4d35c355 (patch) | |
tree | 8a53ee33e942e35e95ebcb1666a3edd103fbaedc | |
parent | 135d9f7d135a11ff4a5279325b06c5e8c82952b5 (diff) |
extcon: Remove duplicate header file in extcon.h
This patch removes the duplicate header file in extcon.h.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | include/linux/extcon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/extcon.h b/include/linux/extcon.h index b16d929fa75f..1656c98175f5 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 |