[PATCH] ARM: pxa/eseries: Remove duplicate include

From: Jiapeng Chong
Date: Sun Jul 10 2022 - 23:23:11 EST


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@xxxxxxxxxxxxxxxxx>
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
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