Re: [PATCH] pinctrl: remove duplicated include from pinctrl-xway.c

2012-10-11 Thread John Crispin

On 11/10/12 16:00, Linus Walleij wrote:

On Wed, Oct 10, 2012 at 2:59 PM, Wei Yongjun  wrote:


From: Wei Yongjun

Remove duplicated include.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun

Applied to my fixes branch, unless John C has objections, I'll
keep it there.



no objections from me ... thanks for the fix !

John
--
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/


Re: [PATCH] pinctrl: remove duplicated include from pinctrl-xway.c

2012-10-11 Thread Linus Walleij
On Wed, Oct 10, 2012 at 2:59 PM, Wei Yongjun  wrote:

> From: Wei Yongjun 
>
> Remove duplicated include.
>
> dpatch engine is used to auto generate this patch.
> (https://github.com/weiyj/dpatch)
>
> Signed-off-by: Wei Yongjun 

Applied to my fixes branch, unless John C has objections, I'll
keep it there.

Thanks!
Linus Walleij
--
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/


Re: [PATCH] pinctrl: remove duplicated include from pinctrl-xway.c

2012-10-11 Thread Linus Walleij
On Wed, Oct 10, 2012 at 2:59 PM, Wei Yongjun weiyj...@gmail.com wrote:

 From: Wei Yongjun yongjun_...@trendmicro.com.cn

 Remove duplicated include.

 dpatch engine is used to auto generate this patch.
 (https://github.com/weiyj/dpatch)

 Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn

Applied to my fixes branch, unless John C has objections, I'll
keep it there.

Thanks!
Linus Walleij
--
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/


Re: [PATCH] pinctrl: remove duplicated include from pinctrl-xway.c

2012-10-11 Thread John Crispin

On 11/10/12 16:00, Linus Walleij wrote:

On Wed, Oct 10, 2012 at 2:59 PM, Wei Yongjunweiyj...@gmail.com  wrote:


From: Wei Yongjunyongjun_...@trendmicro.com.cn

Remove duplicated include.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjunyongjun_...@trendmicro.com.cn

Applied to my fixes branch, unless John C has objections, I'll
keep it there.



no objections from me ... thanks for the fix !

John
--
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/


[PATCH] pinctrl: remove duplicated include from pinctrl-xway.c

2012-10-10 Thread Wei Yongjun
From: Wei Yongjun 

Remove duplicated include.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun 
---
 drivers/pinctrl/pinctrl-xway.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/pinctrl/pinctrl-xway.c b/drivers/pinctrl/pinctrl-xway.c
index f8d917d..b9bcaec 100644
--- a/drivers/pinctrl/pinctrl-xway.c
+++ b/drivers/pinctrl/pinctrl-xway.c
@@ -17,8 +17,6 @@
 #include 
 #include 
 #include 
-#include 
-#include 
 #include 
 
 #include "pinctrl-lantiq.h"

--
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/


[PATCH] pinctrl: remove duplicated include from pinctrl-xway.c

2012-10-10 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn

Remove duplicated include.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn
---
 drivers/pinctrl/pinctrl-xway.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/pinctrl/pinctrl-xway.c b/drivers/pinctrl/pinctrl-xway.c
index f8d917d..b9bcaec 100644
--- a/drivers/pinctrl/pinctrl-xway.c
+++ b/drivers/pinctrl/pinctrl-xway.c
@@ -17,8 +17,6 @@
 #include linux/ioport.h
 #include linux/io.h
 #include linux/device.h
-#include linux/module.h
-#include linux/io.h
 #include linux/platform_device.h
 
 #include pinctrl-lantiq.h

--
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/