Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Gaosheng Cui and committed by
Michael Ellerman
edd10063 f88aabad

-2
-2
arch/powerpc/xmon/ppc.h
··· 435 435 extern const struct powerpc_macro powerpc_macros[]; 436 436 extern const int powerpc_num_macros; 437 437 438 - extern ppc_cpu_t ppc_parse_cpu (ppc_cpu_t, ppc_cpu_t *, const char *); 439 - 440 438 static inline long 441 439 ppc_optional_operand_value (const struct powerpc_operand *operand) 442 440 {