powerpc/rtas: Remove unused rtas_service_present()
authorNathan Lynch <nathanl@linux.ibm.com>
Mon, 6 Nov 2023 13:42:56 +0000 (07:42 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 21 Nov 2023 01:06:50 +0000 (12:06 +1100)
commit1d8faf1f41b550eb7ab7ac841ebd70f205840dde
tree7f884abdfbc5623f0635cf42955e5b2d93ca0067
parent981d1c997fbc5e193b282f3a325a0230bf697363
powerpc/rtas: Remove unused rtas_service_present()

rtas_service_present() has no more users.

rtas_function_implemented() is now the appropriate API for determining
whether a given RTAS function is available to call.

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-4-61847655c51f@linux.ibm.com
arch/powerpc/include/asm/rtas.h
arch/powerpc/kernel/rtas.c