2012-10-10 12:59:36

by Wei Yongjun

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

From: Wei Yongjun <[email protected]>

Remove duplicated include.

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

Signed-off-by: Wei Yongjun <[email protected]>
---
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"


2012-10-11 14:00:38

by Linus Walleij

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

On Wed, Oct 10, 2012 at 2:59 PM, Wei Yongjun <[email protected]> wrote:

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

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

Thanks!
Linus Walleij

2012-10-11 15:06:22

by John Crispin

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

On 11/10/12 16:00, Linus Walleij wrote:
> On Wed, Oct 10, 2012 at 2:59 PM, Wei Yongjun<[email protected]> wrote:
>
>> From: Wei Yongjun<[email protected]>
>>
>> Remove duplicated include.
>>
>> dpatch engine is used to auto generate this patch.
>> (https://github.com/weiyj/dpatch)
>>
>> Signed-off-by: Wei Yongjun<[email protected]>
> Applied to my fixes branch, unless John C has objections, I'll
> keep it there.
>

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

John