2014-12-09 01:08:48

by weiyj_lk

[permalink] [raw]
Subject: [PATCH -next] extcon: Remove duplicated include from extcon-class.c

From: Wei Yongjun <[email protected]>

Remove duplicated include.

Signed-off-by: Wei Yongjun <[email protected]>
---
drivers/extcon/extcon-class.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/extcon/extcon-class.c b/drivers/extcon/extcon-class.c
index 043dcd9..8319f25 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


2014-12-11 02:23:40

by Chanwoo Choi

[permalink] [raw]
Subject: Re: [PATCH -next] extcon: Remove duplicated include from extcon-class.c

Hi Wei,

On 12/09/2014 10:08 AM, [email protected] wrote:
> From: Wei Yongjun <[email protected]>
>
> Remove duplicated include.
>
> Signed-off-by: Wei Yongjun <[email protected]>
> ---
> drivers/extcon/extcon-class.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/extcon/extcon-class.c b/drivers/extcon/extcon-class.c
> index 043dcd9..8319f25 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
>
>

I'll apply it on extcon-next branch.

Thanks,
Chanwoo Choi

2014-12-17 00:32:58

by Chanwoo Choi

[permalink] [raw]
Subject: Re: [PATCH -next] extcon: Remove duplicated include from extcon-class.c

On 12/09/2014 10:08 AM, [email protected] wrote:
> From: Wei Yongjun <[email protected]>
>
> Remove duplicated include.
>
> Signed-off-by: Wei Yongjun <[email protected]>
> ---
> drivers/extcon/extcon-class.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/extcon/extcon-class.c b/drivers/extcon/extcon-class.c
> index 043dcd9..8319f25 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
>
>

The same patch[1] is already posted.
[1] https://lkml.org/lkml/2014/12/8/716

Thanks,
Chanwoo Choi