Re: [PATCH] spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c

2012-11-15 Thread Wei Yongjun
On 11/14/2012 11:54 PM, Grant Likely wrote:
> On Sun, 7 Oct 2012 21:29:21 +0800, Wei Yongjun  wrote:
>> From: Wei Yongjun 
>>
>> Remove duplicated include.
> Applied, thanks.
>
>> dpatch engine is used to auto generate this patch.
>> (https://github.com/weiyj/dpatch)
> Since I have to manually remove the above cruft from commit logs, can
> you please omit it from the commit text when posting patches?
>
> Thanks,
> g.

will do it, thanks.


--
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] spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c

2012-11-15 Thread Wei Yongjun
On 11/14/2012 11:54 PM, Grant Likely wrote:
 On Sun, 7 Oct 2012 21:29:21 +0800, Wei Yongjun weiyj...@gmail.com wrote:
 From: Wei Yongjun yongjun_...@trendmicro.com.cn

 Remove duplicated include.
 Applied, thanks.

 dpatch engine is used to auto generate this patch.
 (https://github.com/weiyj/dpatch)
 Since I have to manually remove the above cruft from commit logs, can
 you please omit it from the commit text when posting patches?

 Thanks,
 g.

will do it, thanks.


--
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] spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c

2012-11-14 Thread Grant Likely
On Sun, 7 Oct 2012 21:29:21 +0800, Wei Yongjun  wrote:
> From: Wei Yongjun 
> 
> Remove duplicated include.

Applied, thanks.

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

Since I have to manually remove the above cruft from commit logs, can
you please omit it from the commit text when posting patches?

Thanks,
g.

> 
> Signed-off-by: Wei Yongjun 
> ---
>  drivers/spi/spi-omap2-mcspi.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c
> index 474e217..b8b2f03 100644
> --- a/drivers/spi/spi-omap2-mcspi.c
> +++ b/drivers/spi/spi-omap2-mcspi.c
> @@ -39,7 +39,6 @@
>  #include 
>  #include 
>  #include 
> -#include 
>  
>  #include 
>  
> 

-- 
Grant Likely, B.Sc, P.Eng.
Secret Lab Technologies, Ltd.
--
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] spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c

2012-11-14 Thread Grant Likely
On Sun, 7 Oct 2012 21:29:21 +0800, Wei Yongjun weiyj...@gmail.com wrote:
 From: Wei Yongjun yongjun_...@trendmicro.com.cn
 
 Remove duplicated include.

Applied, thanks.

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

Since I have to manually remove the above cruft from commit logs, can
you please omit it from the commit text when posting patches?

Thanks,
g.

 
 Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn
 ---
  drivers/spi/spi-omap2-mcspi.c | 1 -
  1 file changed, 1 deletion(-)
 
 diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c
 index 474e217..b8b2f03 100644
 --- a/drivers/spi/spi-omap2-mcspi.c
 +++ b/drivers/spi/spi-omap2-mcspi.c
 @@ -39,7 +39,6 @@
  #include linux/of.h
  #include linux/of_device.h
  #include linux/pinctrl/consumer.h
 -#include linux/err.h
  
  #include linux/spi/spi.h
  
 

-- 
Grant Likely, B.Sc, P.Eng.
Secret Lab Technologies, Ltd.
--
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/