[PATCH] ARM: footbridge: Remove duplicate include

From: Jiapeng Chong
Date: Thu May 18 2023 - 04:44:33 EST


./arch/arm/mach-footbridge/common.c: asm/hardware/dec21285.h is included
more than once.

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=5237
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
arch/arm/mach-footbridge/common.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-footbridge/common.c b/arch/arm/mach-footbridge/common.c
index 85c598708c10..c8f52d52b91b 100644
--- a/arch/arm/mach-footbridge/common.c
+++ b/arch/arm/mach-footbridge/common.c
@@ -30,7 +30,6 @@

#include <mach/hardware.h>
#include <mach/irqs.h>
-#include <asm/hardware/dec21285.h>

static int dc21285_get_irq(void)
{
--
2.20.1.7.g153144c