* [PATCH] spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c
@ 2012-10-07 13:29 ` Wei Yongjun
0 siblings, 0 replies; 4+ messages in thread
From: Wei Yongjun @ 2012-10-07 13:29 UTC (permalink / raw)
To: grant.likely-s3s/WqlpOiPyB63q8FvJNQ,
rob.herring-bsGFqQB8/DxBDgjK7y7TUQ
Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
yongjun_wei-zrsr2BFq86L20UzCJQGyNP8+0UxHXcjY,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
From: Wei Yongjun <yongjun_wei-zrsr2BFq86L20UzCJQGyNP8+0UxHXcjY@public.gmane.org>
Remove duplicated include.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei-zrsr2BFq86L20UzCJQGyNP8+0UxHXcjY@public.gmane.org>
---
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>
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c
@ 2012-10-07 13:29 ` Wei Yongjun
0 siblings, 0 replies; 4+ messages in thread
From: Wei Yongjun @ 2012-10-07 13:29 UTC (permalink / raw)
To: grant.likely, rob.herring
Cc: yongjun_wei, spi-devel-general, devicetree-discuss, linux-kernel
From: Wei Yongjun <yongjun_wei@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_wei@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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c
2012-10-07 13:29 ` Wei Yongjun
(?)
@ 2012-11-14 15:54 ` Grant Likely
2012-11-16 2:21 ` Wei Yongjun
-1 siblings, 1 reply; 4+ messages in thread
From: Grant Likely @ 2012-11-14 15:54 UTC (permalink / raw)
To: Wei Yongjun, rob.herring
Cc: yongjun_wei, spi-devel-general, devicetree-discuss, linux-kernel
On Sun, 7 Oct 2012 21:29:21 +0800, Wei Yongjun <weiyj.lk@gmail.com> wrote:
> From: Wei Yongjun <yongjun_wei@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_wei@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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c
2012-11-14 15:54 ` Grant Likely
@ 2012-11-16 2:21 ` Wei Yongjun
0 siblings, 0 replies; 4+ messages in thread
From: Wei Yongjun @ 2012-11-16 2:21 UTC (permalink / raw)
To: grant.likely
Cc: rob.herring, yongjun_wei, spi-devel-general, devicetree-discuss,
linux-kernel
On 11/14/2012 11:54 PM, Grant Likely wrote:
> On Sun, 7 Oct 2012 21:29:21 +0800, Wei Yongjun <weiyj.lk@gmail.com> wrote:
>> From: Wei Yongjun <yongjun_wei@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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-16 2:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-07 13:29 [PATCH] spi: omap2-mcspi: remove duplicated include from spi-omap2-mcspi.c Wei Yongjun
2012-10-07 13:29 ` Wei Yongjun
2012-11-14 15:54 ` Grant Likely
2012-11-16 2:21 ` Wei Yongjun
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.