lkml.org 
[lkml]   [2022]   [Feb]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] ARM: footbridge: Remove duplicated include in mach-footbridge
Date
Fix following checkincludes.pl warning:
./arch/arm/mach-footbridge/common.c: asm/hardware/dec21285.h is included
more than once.

The include is in line 22. Remove the duplicated here.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
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 322495df271d..627a12332022 100644
--- a/arch/arm/mach-footbridge/common.c
+++ b/arch/arm/mach-footbridge/common.c
@@ -29,7 +29,6 @@

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

static int dc21285_get_irq(void)
{
--
2.35.1
\
 
 \ /
  Last update: 2022-02-07 03:24    [W:0.070 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site