diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2014-12-09 09:08:39 +0800 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2015-01-26 13:47:54 +0900 |
commit | 25c0f4e42b1d6d19cb20a98ae59fbee57de1d268 (patch) | |
tree | a3421c9d8e4cc1b7cbe33c2240af4cd51de72c28 /drivers/extcon | |
parent | ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc (diff) |
extcon: Remove duplicated include from extcon-class.c
Remove duplicated "of.h" header file.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon')
-rw-r--r-- | drivers/extcon/extcon-class.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-class.c b/drivers/extcon/extcon-class.c index 043dcd9946c9..8319f25b7145 100644 --- a/drivers/extcon/extcon-class.c +++ b/drivers/extcon/extcon-class.c @@ -32,7 +32,6 @@ #include <linux/of.h> #include <linux/slab.h> #include <linux/sysfs.h> -#include <linux/of.h> /* * extcon_cable_name suggests the standard cable names for commonly used |