summaryrefslogtreecommitdiff
path: root/arch/powerpc/xmon
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2022-09-13 10:50:21 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2022-09-15 15:55:45 +0300
commitedd100634a5eb99cf97868c419bdf44d44355c4f (patch)
tree327c8947631a8fb57bd6e4f2e9697decb3356f38 /arch/powerpc/xmon
parentf88aabad33ea22be2ce1c60d8901942e4e2a9edb (diff)
downloadlinux-edd100634a5eb99cf97868c419bdf44d44355c4f.tar.xz
powerpc/xmon: remove unused ppc_parse_cpu() declaration
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@huawei.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220913075029.682327-2-cuigaosheng1@huawei.com
Diffstat (limited to 'arch/powerpc/xmon')
-rw-r--r--arch/powerpc/xmon/ppc.h2
1 files changed, 0 insertions, 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)
{