powerpc/pseries: make pseries_devicetree_update() static
authorNathan Lynch <nathanl@linux.ibm.com>
Mon, 7 Feb 2022 22:12:47 +0000 (16:12 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 12 Feb 2022 11:47:44 +0000 (22:47 +1100)
commit92e6dc257bd5771cf8db662e4d371fdb58fcbf43
tree8f58313a8a130b6d230fcef3d2552f58de27fa5b
parent692b21d78046851e75dc25bba773189c670b49c2
powerpc/pseries: make pseries_devicetree_update() static

pseries_devicetree_update() has only one call site, in the same file in
which it is defined. Make it static.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220207221247.354454-1-nathanl@linux.ibm.com
arch/powerpc/include/asm/rtas.h
arch/powerpc/platforms/pseries/mobility.c