* [PATCH] ARM: ixp4xx: drop duplicate header gpio.h
@ 2016-11-18 14:21 Geliang Tang
2016-11-18 14:21 ` [PATCH] ARM: lpc32xx: drop duplicate header device.h Geliang Tang
2016-11-25 23:22 ` [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Arnd Bergmann
0 siblings, 2 replies; 5+ messages in thread
From: Geliang Tang @ 2016-11-18 14:21 UTC (permalink / raw)
To: linux-arm-kernel
Drop duplicate header gpio.h from dsmg600-setup.c.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
arch/arm/mach-ixp4xx/dsmg600-setup.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-ixp4xx/dsmg600-setup.c b/arch/arm/mach-ixp4xx/dsmg600-setup.c
index 43ee06d..b3bd0e1 100644
--- a/arch/arm/mach-ixp4xx/dsmg600-setup.c
+++ b/arch/arm/mach-ixp4xx/dsmg600-setup.c
@@ -26,7 +26,6 @@
#include <linux/reboot.h>
#include <linux/i2c.h>
#include <linux/i2c-gpio.h>
-#include <linux/gpio.h>
#include <mach/hardware.h>
--
2.9.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] ARM: lpc32xx: drop duplicate header device.h
2016-11-18 14:21 [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Geliang Tang
@ 2016-11-18 14:21 ` Geliang Tang
2016-11-21 20:59 ` Sylvain Lemieux
2016-11-25 23:22 ` [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Arnd Bergmann
1 sibling, 1 reply; 5+ messages in thread
From: Geliang Tang @ 2016-11-18 14:21 UTC (permalink / raw)
To: linux-arm-kernel
Drop duplicate header device.h from phy3250.c.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
arch/arm/mach-lpc32xx/phy3250.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c
index 0e4cbbe..6c52bd3 100644
--- a/arch/arm/mach-lpc32xx/phy3250.c
+++ b/arch/arm/mach-lpc32xx/phy3250.c
@@ -23,7 +23,6 @@
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/dma-mapping.h>
-#include <linux/device.h>
#include <linux/gpio.h>
#include <linux/amba/bus.h>
#include <linux/amba/clcd.h>
--
2.9.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] ARM: lpc32xx: drop duplicate header device.h
2016-11-18 14:21 ` [PATCH] ARM: lpc32xx: drop duplicate header device.h Geliang Tang
@ 2016-11-21 20:59 ` Sylvain Lemieux
2016-11-25 23:24 ` Arnd Bergmann
0 siblings, 1 reply; 5+ messages in thread
From: Sylvain Lemieux @ 2016-11-21 20:59 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, 2016-11-18 at 22:21 +0800, Geliang Tang wrote:
> Drop duplicate header device.h from phy3250.c.
>
> Signed-off-by: Geliang Tang <geliangtang@gmail.com>
> ---
> arch/arm/mach-lpc32xx/phy3250.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c
> index 0e4cbbe..6c52bd3 100644
> --- a/arch/arm/mach-lpc32xx/phy3250.c
> +++ b/arch/arm/mach-lpc32xx/phy3250.c
> @@ -23,7 +23,6 @@
> #include <linux/interrupt.h>
> #include <linux/irq.h>
> #include <linux/dma-mapping.h>
> -#include <linux/device.h>
> #include <linux/gpio.h>
> #include <linux/amba/bus.h>
> #include <linux/amba/clcd.h>
Reviewed-by: Sylvain Lemieux <slemieux.tyco@gmail.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: ixp4xx: drop duplicate header gpio.h
2016-11-18 14:21 [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Geliang Tang
2016-11-18 14:21 ` [PATCH] ARM: lpc32xx: drop duplicate header device.h Geliang Tang
@ 2016-11-25 23:22 ` Arnd Bergmann
1 sibling, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2016-11-25 23:22 UTC (permalink / raw)
To: linux-arm-kernel
On Friday, November 18, 2016 10:21:10 PM CET Geliang Tang wrote:
> Drop duplicate header gpio.h from dsmg600-setup.c.
>
> Signed-off-by: Geliang Tang <geliangtang@gmail.com>
>
Applied to arm-soc/next/fixes-non-critical, thanks
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: lpc32xx: drop duplicate header device.h
2016-11-21 20:59 ` Sylvain Lemieux
@ 2016-11-25 23:24 ` Arnd Bergmann
0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2016-11-25 23:24 UTC (permalink / raw)
To: linux-arm-kernel
On Monday, November 21, 2016 3:59:05 PM CET Sylvain Lemieux wrote:
> On Fri, 2016-11-18 at 22:21 +0800, Geliang Tang wrote:
> > Drop duplicate header device.h from phy3250.c.
> >
> > Signed-off-by: Geliang Tang <geliangtang@gmail.com>
> Reviewed-by: Sylvain Lemieux <slemieux.tyco@gmail.com>
>
Applied into arm-soc/next/fixes-non-critical, I see we already merged
your other pull requests, so it seems appropriate to take this
trivial change directly.
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-11-25 23:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-18 14:21 [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Geliang Tang
2016-11-18 14:21 ` [PATCH] ARM: lpc32xx: drop duplicate header device.h Geliang Tang
2016-11-21 20:59 ` Sylvain Lemieux
2016-11-25 23:24 ` Arnd Bergmann
2016-11-25 23:22 ` [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).