[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210304043412.190085-1-zhang.yunkai@zte.com.cn>
Date: Wed, 3 Mar 2021 20:34:12 -0800
From: menglong8.dong@...il.com
To: svaidy@...ux.ibm.com
Cc: mpe@...erman.id.au, benh@...nel.crashing.org, paulus@...ba.org,
christophe.leroy@...roup.eu, rppt@...nel.org,
akpm@...ux-foundation.org, jniethe5@...il.com,
elfring@...rs.sourceforge.net, gregkh@...uxfoundation.org,
aneesh.kumar@...ux.ibm.com, ganeshgr@...ux.ibm.com,
linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
Zhang Yunkai <zhang.yunkai@....com.cn>
Subject: [PATCH] arch:powerpc:kernel: remove duplicate include in setup-common
From: Zhang Yunkai <zhang.yunkai@....com.cn>
'asm/udbg.h' included in 'setup-common.c' is duplicated.
It is also included in the 61th line.
Signed-off-by: Zhang Yunkai <zhang.yunkai@....com.cn>
---
arch/powerpc/kernel/setup-common.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c
index bee984b1887b..7221f11acf04 100644
--- a/arch/powerpc/kernel/setup-common.c
+++ b/arch/powerpc/kernel/setup-common.c
@@ -69,7 +69,6 @@
#include "setup.h"
#ifdef DEBUG
-#include <asm/udbg.h>
#define DBG(fmt...) udbg_printf(fmt)
#else
#define DBG(fmt...)
--
2.25.1
Powered by blists - more mailing lists