diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-11 22:50:24 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-11 22:50:24 -0700 |
| commit | ec19a28db34aeb29720c658e5ebf4e60ccee4f6d (patch) | |
| tree | 13809ff407b1776573ee579613eef5c1f020832e /include/asm-ppc64/rtas.h | |
| parent | 9ed9e7e5eb0ab64f58ef41e36779cb96abc17076 (diff) | |
[PATCH] ppc64: Remove unused rtas functions
From: Joel Schopp <jschopp@austin.ibm.com>
I was looking at rtas serialization for reasons I won't go into here.
While wandering through the code I found that two functions were not
properly serialized. phys_call_rtas and phys_call_rtas_display_status are
the functions. After looking further they are redundant and not
used anywhere at all.
Diffstat (limited to 'include/asm-ppc64/rtas.h')
| -rw-r--r-- | include/asm-ppc64/rtas.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ppc64/rtas.h b/include/asm-ppc64/rtas.h index 7f6139064c7c..47232af7b278 100644 --- a/include/asm-ppc64/rtas.h +++ b/include/asm-ppc64/rtas.h @@ -169,8 +169,6 @@ extern struct rtas_t rtas; extern void enter_rtas(struct rtas_args *); extern int rtas_token(const char *service); extern long rtas_call(int token, int, int, unsigned long *, ...); -extern void phys_call_rtas(int, int, int, ...); -extern void phys_call_rtas_display_status(char); extern void call_rtas_display_status(char); extern void rtas_restart(char *cmd); extern void rtas_power_off(void); |
