[PATCH 1/9] powerpc/xmon: remove unused ppc_parse_cpu() declaration
Gaosheng Cui
cuigaosheng1 at huawei.com
Tue Sep 13 17:50:21 AEST 2022
ppc_parse_cpu() has been removed since
commit 5b102782c7f4 ("powerpc/xmon: Enable disassembly
files (compilation changes)"), so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1 at huawei.com>
---
arch/powerpc/xmon/ppc.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/powerpc/xmon/ppc.h b/arch/powerpc/xmon/ppc.h
index d00f33dcf192..1d98b8dd134e 100644
--- a/arch/powerpc/xmon/ppc.h
+++ b/arch/powerpc/xmon/ppc.h
@@ -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)
{
--
2.25.1
More information about the Linuxppc-dev
mailing list