projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afb36ac
)
powerpc/rtas: Drop declaration of undefined call_rtas() function
author
Nathan Lynch
<nathanl@linux.ibm.com>
Mon, 6 Nov 2023 13:42:55 +0000
(07:42 -0600)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 21 Nov 2023 01:06:50 +0000
(12:06 +1100)
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
arch/powerpc/include/asm/rtas.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/rtas.h
b/arch/powerpc/include/asm/rtas.h
index c697c3c746946db5b58eca514cfa369f50008d83..3bf7f0a4b07ee3303172232c43618020da386b2b 100644
(file)
--- 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