powerpc/rtas: Remove 'extern' from function declarations in rtas.h
authorNathan Lynch <nathanl@linux.ibm.com>
Mon, 6 Nov 2023 13:42:59 +0000 (07:42 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 21 Nov 2023 13:17:55 +0000 (00:17 +1100)
commit646477fc47905157a8440cdc45aad22901b5b3ce
treeb8f8431632e6a5b46b703ce74304df1a97b48c6e
parent19773eda86e289526b7f08fa56c92e75cd7796f6
powerpc/rtas: Remove 'extern' from function declarations in rtas.h

This header occasionally gains new function declarations without the
leading extern in accordance with current style rules. Leaving the
legacy externs in place is making the header more difficult to read
over time because of the inconsistency. Remove them.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
[mpe: Add names to rtas_call() parameters]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231106-rtas-trivial-v1-7-61847655c51f@linux.ibm.com
arch/powerpc/include/asm/rtas.h