diff mbox series

[linux-next] ARM/pxa/eseries: Remove duplicate included header files

Message ID 20220912031639.16193-1-xu.panda@zte.com.cn (mailing list archive)
State New, archived
Headers show
Series [linux-next] ARM/pxa/eseries: Remove duplicate included header files | expand

Commit Message

CGEL Sept. 12, 2022, 3:16 a.m. UTC
From: Xu Panda <xu.panda@zte.com.cn>

linux/gpio/machine.h is included more than once.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Xu Panda <xu.panda@zte.com.cn>
---
 arch/arm/mach-pxa/eseries.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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>