2022-07-11 03:40:37

by Jiapeng Chong

[permalink] [raw]
Subject: [PATCH] ARM: pxa/eseries: Remove duplicate include

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 <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
---
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