[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210304044943.190613-1-zhang.yunkai@zte.com.cn>
Date: Wed, 3 Mar 2021 20:49:43 -0800
From: menglong8.dong@...il.com
To: npiggin@...il.com
Cc: mpe@...erman.id.au, benh@...nel.crashing.org, paulus@...ba.org,
christophe.leroy@...roup.eu, alistair@...ple.id.au,
jniethe5@...il.com, gregkh@...uxfoundation.org,
peterz@...radead.org, 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 traps.c
From: Zhang Yunkai <zhang.yunkai@....com.cn>
'asm/tm.h' included in 'traps.c' is duplicated.
It is also included in the 62th line.
Signed-off-by: Zhang Yunkai <zhang.yunkai@....com.cn>
---
arch/powerpc/kernel/traps.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
index 1583fd1c6010..dcdb93588828 100644
--- a/arch/powerpc/kernel/traps.c
+++ b/arch/powerpc/kernel/traps.c
@@ -53,7 +53,6 @@
#ifdef CONFIG_PPC64
#include <asm/firmware.h>
#include <asm/processor.h>
-#include <asm/tm.h>
#endif
#include <asm/kexec.h>
#include <asm/ppc-opcode.h>
--
2.25.1
Powered by blists - more mailing lists