Re: [PATCH] powerpc/pseries: make pseries_devicetree_update() static

2022-02-16 Thread Michael Ellerman
On Mon, 7 Feb 2022 16:12:47 -0600, Nathan Lynch wrote: > pseries_devicetree_update() has only one call site, in the same file in > which it is defined. Make it static. > > Applied to powerpc/next. [1/1] powerpc/pseries: make pseries_devicetree_update() static https://git.kernel.org/powerp

Re: [PATCH] powerpc/pseries: make pseries_devicetree_update() static

2022-02-08 Thread Tyrel Datwyler
On 2/7/22 2:12 PM, Nathan Lynch wrote: > 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 > --- Reviewed-by: Tyrel Datwyler

[PATCH] powerpc/pseries: make pseries_devicetree_update() static

2022-02-07 Thread Nathan Lynch
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 --- arch/powerpc/include/asm/rtas.h | 1 - arch/powerpc/platforms/pseries/mobility.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --