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
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
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 --