linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Geliang Tang @ 2016-11-18 14:21 UTC (permalink / raw)
  To: Imre Kaloz, Krzysztof Halasa, Russell King
  Cc: Geliang Tang, linux-arm-kernel, linux-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] 13+ 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-18 14:21 ` [PATCH] Blackfin arch: drop duplicate header seq_file.h Geliang Tang
                   ` (6 subsequent siblings)
  7 siblings, 1 reply; 13+ messages in thread
From: Geliang Tang @ 2016-11-18 14:21 UTC (permalink / raw)
  To: Russell King, Vladimir Zapolskiy, Sylvain Lemieux
  Cc: Geliang Tang, linux-arm-kernel, linux-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] 13+ messages in thread

* [PATCH] Blackfin arch: drop duplicate header seq_file.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-18 14:21 ` Geliang Tang
  2016-11-18 14:21 ` [PATCH] f2fs: drop duplicate header timer.h Geliang Tang
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 13+ messages in thread
From: Geliang Tang @ 2016-11-18 14:21 UTC (permalink / raw)
  To: Steven Miao; +Cc: Geliang Tang, adi-buildroot-devel, linux-kernel

Drop duplicate header seq_file.h from irqchip.c.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 arch/blackfin/kernel/irqchip.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/blackfin/kernel/irqchip.c b/arch/blackfin/kernel/irqchip.c
index 052cde5..39a5a7d 100644
--- a/arch/blackfin/kernel/irqchip.c
+++ b/arch/blackfin/kernel/irqchip.c
@@ -11,7 +11,6 @@
 #include <linux/kallsyms.h>
 #include <linux/interrupt.h>
 #include <linux/irq.h>
-#include <linux/seq_file.h>
 #include <asm/irq_handler.h>
 #include <asm/trace.h>
 #include <asm/pda.h>
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] f2fs: drop duplicate header timer.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-18 14:21 ` [PATCH] Blackfin arch: drop duplicate header seq_file.h Geliang Tang
@ 2016-11-18 14:21 ` Geliang Tang
  2016-11-18 14:21 ` [PATCH] KVM: PPC: drop duplicate header asm/iommu.h Geliang Tang
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 13+ messages in thread
From: Geliang Tang @ 2016-11-18 14:21 UTC (permalink / raw)
  To: Jaegeuk Kim, Chao Yu; +Cc: Geliang Tang, linux-f2fs-devel, linux-kernel

Drop duplicate header timer.h from segment.c.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 fs/f2fs/segment.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c
index 82c3ac4..98e5be4 100644
--- a/fs/f2fs/segment.c
+++ b/fs/f2fs/segment.c
@@ -16,7 +16,6 @@
 #include <linux/kthread.h>
 #include <linux/swap.h>
 #include <linux/timer.h>
-#include <linux/timer.h>
 
 #include "f2fs.h"
 #include "segment.h"
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] KVM: PPC: drop duplicate header asm/iommu.h
  2016-11-18 14:21 [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Geliang Tang
                   ` (2 preceding siblings ...)
  2016-11-18 14:21 ` [PATCH] f2fs: drop duplicate header timer.h Geliang Tang
@ 2016-11-18 14:21 ` Geliang Tang
  2016-11-18 14:21 ` [PATCH] sh: dreamcast: drop duplicate header irq.h Geliang Tang
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 13+ messages in thread
From: Geliang Tang @ 2016-11-18 14:21 UTC (permalink / raw)
  To: Alexander Graf, Paolo Bonzini, Radim Krčmář,
	Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: Geliang Tang, kvm-ppc, kvm, linuxppc-dev, linux-kernel

Drop duplicate header asm/iommu.h from book3s_64_vio_hv.c.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 arch/powerpc/kvm/book3s_64_vio_hv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/kvm/book3s_64_vio_hv.c b/arch/powerpc/kvm/book3s_64_vio_hv.c
index d461c44..e4c4ea9 100644
--- a/arch/powerpc/kvm/book3s_64_vio_hv.c
+++ b/arch/powerpc/kvm/book3s_64_vio_hv.c
@@ -39,7 +39,6 @@
 #include <asm/udbg.h>
 #include <asm/iommu.h>
 #include <asm/tce.h>
-#include <asm/iommu.h>
 
 #define TCES_PER_PAGE	(PAGE_SIZE / sizeof(u64))
 
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] sh: dreamcast: drop duplicate header irq.h
  2016-11-18 14:21 [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Geliang Tang
                   ` (3 preceding siblings ...)
  2016-11-18 14:21 ` [PATCH] KVM: PPC: drop duplicate header asm/iommu.h Geliang Tang
@ 2016-11-18 14:21 ` Geliang Tang
  2016-11-18 14:21 ` [PATCH] skd_main: drop duplicate header scatterlist.h Geliang Tang
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 13+ messages in thread
From: Geliang Tang @ 2016-11-18 14:21 UTC (permalink / raw)
  To: Yoshinori Sato, Rich Felker; +Cc: Geliang Tang, linux-sh, linux-kernel

Drop duplicate header irq.h from irq.c.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 arch/sh/boards/mach-dreamcast/irq.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/sh/boards/mach-dreamcast/irq.c b/arch/sh/boards/mach-dreamcast/irq.c
index 2789647..69fa91c 100644
--- a/arch/sh/boards/mach-dreamcast/irq.c
+++ b/arch/sh/boards/mach-dreamcast/irq.c
@@ -10,7 +10,6 @@
  */
 #include <linux/irq.h>
 #include <linux/io.h>
-#include <linux/irq.h>
 #include <linux/export.h>
 #include <linux/err.h>
 #include <mach/sysasic.h>
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] skd_main: drop duplicate header scatterlist.h
  2016-11-18 14:21 [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Geliang Tang
                   ` (4 preceding siblings ...)
  2016-11-18 14:21 ` [PATCH] sh: dreamcast: drop duplicate header irq.h Geliang Tang
@ 2016-11-18 14:21 ` Geliang Tang
  2016-11-18 14:45   ` Jens Axboe
  2016-11-18 14:21 ` [PATCH] sparc: " Geliang Tang
  2016-11-25 23:22 ` [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Arnd Bergmann
  7 siblings, 1 reply; 13+ messages in thread
From: Geliang Tang @ 2016-11-18 14:21 UTC (permalink / raw)
  To: Jens Axboe, Arnd Bergmann, Johannes Thumshirn; +Cc: Geliang Tang, linux-kernel

Drop duplicate header scatterlist.h from skd_main.c.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 drivers/block/skd_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c
index 1e536b9..abf805e 100644
--- a/drivers/block/skd_main.c
+++ b/drivers/block/skd_main.c
@@ -36,7 +36,6 @@
 #include <linux/scatterlist.h>
 #include <linux/version.h>
 #include <linux/err.h>
-#include <linux/scatterlist.h>
 #include <linux/aer.h>
 #include <linux/ctype.h>
 #include <linux/wait.h>
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] sparc: drop duplicate header scatterlist.h
  2016-11-18 14:21 [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Geliang Tang
                   ` (5 preceding siblings ...)
  2016-11-18 14:21 ` [PATCH] skd_main: drop duplicate header scatterlist.h Geliang Tang
@ 2016-11-18 14:21 ` Geliang Tang
  2016-11-19 15:43   ` David Miller
  2016-11-25 23:22 ` [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Arnd Bergmann
  7 siblings, 1 reply; 13+ messages in thread
From: Geliang Tang @ 2016-11-18 14:21 UTC (permalink / raw)
  To: David S. Miller; +Cc: Geliang Tang, sparclinux, linux-kernel

Drop duplicate header scatterlist.h from iommu_common.h.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 arch/sparc/kernel/iommu_common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/sparc/kernel/iommu_common.h b/arch/sparc/kernel/iommu_common.h
index b40cec2..8284933 100644
--- a/arch/sparc/kernel/iommu_common.h
+++ b/arch/sparc/kernel/iommu_common.h
@@ -13,7 +13,6 @@
 #include <linux/scatterlist.h>
 #include <linux/device.h>
 #include <linux/iommu-helper.h>
-#include <linux/scatterlist.h>
 
 #include <asm/iommu.h>
 
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH] skd_main: drop duplicate header scatterlist.h
  2016-11-18 14:21 ` [PATCH] skd_main: drop duplicate header scatterlist.h Geliang Tang
@ 2016-11-18 14:45   ` Jens Axboe
  0 siblings, 0 replies; 13+ messages in thread
From: Jens Axboe @ 2016-11-18 14:45 UTC (permalink / raw)
  To: Geliang Tang, Arnd Bergmann, Johannes Thumshirn; +Cc: linux-kernel

On 11/18/2016 07:21 AM, Geliang Tang wrote:
> Drop duplicate header scatterlist.h from skd_main.c.

Applied, thanks.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] sparc: drop duplicate header scatterlist.h
  2016-11-18 14:21 ` [PATCH] sparc: " Geliang Tang
@ 2016-11-19 15:43   ` David Miller
  0 siblings, 0 replies; 13+ messages in thread
From: David Miller @ 2016-11-19 15:43 UTC (permalink / raw)
  To: geliangtang; +Cc: sparclinux, linux-kernel

From: Geliang Tang <geliangtang@gmail.com>
Date: Fri, 18 Nov 2016 22:21:17 +0800

> Drop duplicate header scatterlist.h from iommu_common.h.
> 
> Signed-off-by: Geliang Tang <geliangtang@gmail.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [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; 13+ messages in thread
From: Sylvain Lemieux @ 2016-11-21 20:59 UTC (permalink / raw)
  To: Geliang Tang
  Cc: Russell King, Vladimir Zapolskiy, linux-arm-kernel, linux-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] 13+ messages in thread

* Re: [PATCH] ARM: ixp4xx: drop duplicate header gpio.h
  2016-11-18 14:21 [PATCH] ARM: ixp4xx: drop duplicate header gpio.h Geliang Tang
                   ` (6 preceding siblings ...)
  2016-11-18 14:21 ` [PATCH] sparc: " Geliang Tang
@ 2016-11-25 23:22 ` Arnd Bergmann
  7 siblings, 0 replies; 13+ messages in thread
From: Arnd Bergmann @ 2016-11-25 23:22 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Geliang Tang, Imre Kaloz, Krzysztof Halasa, Russell King, linux-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] 13+ messages in thread

* Re: [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; 13+ messages in thread
From: Arnd Bergmann @ 2016-11-25 23:24 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Sylvain Lemieux, Geliang Tang, linux-kernel, Russell King,
	Vladimir Zapolskiy

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] 13+ messages in thread

end of thread, other threads:[~2016-11-25 23:24 UTC | newest]

Thread overview: 13+ 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-18 14:21 ` [PATCH] Blackfin arch: drop duplicate header seq_file.h Geliang Tang
2016-11-18 14:21 ` [PATCH] f2fs: drop duplicate header timer.h Geliang Tang
2016-11-18 14:21 ` [PATCH] KVM: PPC: drop duplicate header asm/iommu.h Geliang Tang
2016-11-18 14:21 ` [PATCH] sh: dreamcast: drop duplicate header irq.h Geliang Tang
2016-11-18 14:21 ` [PATCH] skd_main: drop duplicate header scatterlist.h Geliang Tang
2016-11-18 14:45   ` Jens Axboe
2016-11-18 14:21 ` [PATCH] sparc: " Geliang Tang
2016-11-19 15:43   ` David Miller
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).