powerpc/sstep: make emulate_vsx_load and emulate_vsx_store static
authorMichal Suchanek <msuchanek@suse.de>
Tue, 1 Oct 2024 13:03:49 +0000 (15:03 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 14 Nov 2024 03:17:36 +0000 (14:17 +1100)
commita26c4dbb3d9c1821cb0fc11cb2dbc32d5bf3463b
treef5cde81a1cd34ef7e3021fb066d524cd62f61bf9
parentd7a82238cb8c77d4ed8cc97cd556c5f3e64bc749
powerpc/sstep: make emulate_vsx_load and emulate_vsx_store static

These functions are not used outside of sstep.c

Fixes: 350779a29f11 ("powerpc: Handle most loads and stores in instruction emulation code")
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241001130356.14664-1-msuchanek@suse.de
arch/powerpc/include/asm/sstep.h
arch/powerpc/lib/sstep.c