diff options
author | Nathan Lynch <nathanl@linux.ibm.com> | 2023-11-06 07:42:55 -0600 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-11-21 12:06:50 +1100 |
commit | 981d1c997fbc5e193b282f3a325a0230bf697363 (patch) | |
tree | 599d95af04f1a3a0c9897569fdd4fc1e6175486f /arch/powerpc/include/asm/rtas.h | |
parent | afb36ac386783d2ef2ed839293c03fd06f470be0 (diff) |
powerpc/rtas: Drop declaration of undefined call_rtas() function
The call_rtas() function has never been a part of arch/powerpc, and
its implementation was removed from arch/ppc by 0a26b1364f14 ("ppc:
Remove CHRP, POWER3 and POWER4 support from arch/ppc").
Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231106-rtas-trivial-v1-3-61847655c51f@linux.ibm.com
Diffstat (limited to 'arch/powerpc/include/asm/rtas.h')
-rw-r--r-- | arch/powerpc/include/asm/rtas.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/rtas.h b/arch/powerpc/include/asm/rtas.h index c697c3c74694..3bf7f0a4b07e 100644 --- a/arch/powerpc/include/asm/rtas.h +++ b/arch/powerpc/include/asm/rtas.h @@ -542,8 +542,6 @@ static inline void pSeries_coalesce_init(void) { } static inline void rtas_initialize(void) { } #endif -extern int call_rtas(const char *, int, int, unsigned long *, ...); - #ifdef CONFIG_HV_PERF_CTRS void read_24x7_sys_info(void); #else |