2012-11-21 05:31:42

by Wei Yongjun

[permalink] [raw]
Subject: [PATCH -next] mfd: twl6040: remove duplicated include from twl6040.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/mfd/twl6040.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c
index e5f7b79..583be76 100644
--- a/drivers/mfd/twl6040.c
+++ b/drivers/mfd/twl6040.c
@@ -37,7 +37,6 @@
#include <linux/delay.h>
#include <linux/i2c.h>
#include <linux/regmap.h>
-#include <linux/err.h>
#include <linux/mfd/core.h>
#include <linux/mfd/twl6040.h>
#include <linux/regulator/consumer.h>


2012-11-21 05:41:43

by Sachin Kamat

[permalink] [raw]
Subject: Re: [PATCH -next] mfd: twl6040: remove duplicated include from twl6040.c

Hi Wei,

Similar patch already submitted:
http://www.spinics.net/lists/kernel/msg1439539.html

Thanks,
Sachin

On 21 November 2012 11:01, 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]>
> ---
> drivers/mfd/twl6040.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c
> index e5f7b79..583be76 100644
> --- a/drivers/mfd/twl6040.c
> +++ b/drivers/mfd/twl6040.c
> @@ -37,7 +37,6 @@
> #include <linux/delay.h>
> #include <linux/i2c.h>
> #include <linux/regmap.h>
> -#include <linux/err.h>
> #include <linux/mfd/core.h>
> #include <linux/mfd/twl6040.h>
> #include <linux/regulator/consumer.h>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/