All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: pxa/eseries: Remove duplicate include
@ 2022-07-11  3:22 ` Jiapeng Chong
  0 siblings, 0 replies; 2+ messages in thread
From: Jiapeng Chong @ 2022-07-11  3:22 UTC (permalink / raw)
  To: daniel
  Cc: haojian.zhuang, robert.jarzmik, linux, linux-arm-kernel,
	linux-kernel, Jiapeng Chong, Abaci Robot

The include is in line 19. Remove the duplicate.

Fix following checkincludes warning:

./arch/arm/mach-pxa/eseries.c: linux/gpio/machine.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 arch/arm/mach-pxa/eseries.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-pxa/eseries.c b/arch/arm/mach-pxa/eseries.c
index 2e4daeab6278..f306796050c2 100644
--- a/arch/arm/mach-pxa/eseries.c
+++ b/arch/arm/mach-pxa/eseries.c
@@ -19,7 +19,6 @@
 #include <linux/mtd/rawnand.h>
 #include <linux/mtd/partitions.h>
 #include <linux/memblock.h>
-#include <linux/gpio/machine.h>
 
 #include <video/w100fb.h>
 
-- 
2.20.1.7.g153144c


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

* [PATCH] ARM: pxa/eseries: Remove duplicate include
@ 2022-07-11  3:22 ` Jiapeng Chong
  0 siblings, 0 replies; 2+ messages in thread
From: Jiapeng Chong @ 2022-07-11  3:22 UTC (permalink / raw)
  To: daniel
  Cc: haojian.zhuang, robert.jarzmik, linux, linux-arm-kernel,
	linux-kernel, Jiapeng Chong, Abaci Robot

The include is in line 19. Remove the duplicate.

Fix following checkincludes warning:

./arch/arm/mach-pxa/eseries.c: linux/gpio/machine.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 arch/arm/mach-pxa/eseries.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-pxa/eseries.c b/arch/arm/mach-pxa/eseries.c
index 2e4daeab6278..f306796050c2 100644
--- a/arch/arm/mach-pxa/eseries.c
+++ b/arch/arm/mach-pxa/eseries.c
@@ -19,7 +19,6 @@
 #include <linux/mtd/rawnand.h>
 #include <linux/mtd/partitions.h>
 #include <linux/memblock.h>
-#include <linux/gpio/machine.h>
 
 #include <video/w100fb.h>
 
-- 
2.20.1.7.g153144c


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-07-11  3:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11  3:22 [PATCH] ARM: pxa/eseries: Remove duplicate include Jiapeng Chong
2022-07-11  3:22 ` Jiapeng Chong

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.