summaryrefslogtreecommitdiff
path: root/Documentation/litmus-tests
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-11-08 13:58:40 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2023-11-21 12:06:50 +1100
commitafb36ac386783d2ef2ed839293c03fd06f470be0 (patch)
tree5ad2201cc4cce9389ce8e384dbb8d405ea8d108c /Documentation/litmus-tests
parent0c9a768de64d24e38e27652b8c273725ccc31916 (diff)
powerpc/powermac: mark smp_psurge_{give,take}_timebase static
These functions are only called locally and should be static like the other corresponding functions are: arch/powerpc/platforms/powermac/smp.c:416:13: error: no previous prototype for 'smp_psurge_take_timebase' [-Werror=missing-prototypes] 416 | void __init smp_psurge_take_timebase(void) | ^~~~~~~~~~~~~~~~~~~~~~~~ arch/powerpc/platforms/powermac/smp.c:432:13: error: no previous prototype for 'smp_psurge_give_timebase' [-Werror=missing-prototypes] 432 | void __init smp_psurge_give_timebase(void) | ^~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20231108125843.3806765-20-arnd@kernel.org
Diffstat (limited to 'Documentation/litmus-tests')
0 files changed, 0 insertions, 0 deletions