]> git.baikalelectronics.ru Git - kernel.git/commitdiff
powerpc/xmon: remove unused ppc_parse_cpu() declaration
authorGaosheng Cui <cuigaosheng1@huawei.com>
Tue, 13 Sep 2022 07:50:21 +0000 (15:50 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 15 Sep 2022 12:55:45 +0000 (22:55 +1000)
ppc_parse_cpu() has been removed since
commit 553dec6d3dad ("powerpc/xmon: Enable disassembly
files (compilation changes)"), so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220913075029.682327-2-cuigaosheng1@huawei.com
arch/powerpc/xmon/ppc.h

index d00f33dcf192b9906684ff95db16427dc8e06de0..1d98b8dd134efeea96799fee847a7fd144706578 100644 (file)
@@ -435,8 +435,6 @@ struct powerpc_macro
 extern const struct powerpc_macro powerpc_macros[];
 extern const int powerpc_num_macros;
 
-extern ppc_cpu_t ppc_parse_cpu (ppc_cpu_t, ppc_cpu_t *, const char *);
-
 static inline long
 ppc_optional_operand_value (const struct powerpc_operand *operand)
 {