aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2023-11-08 13:58:40 +0100
committerMichael Ellerman <[email protected]>2023-11-21 12:06:50 +1100
commitafb36ac386783d2ef2ed839293c03fd06f470be0 (patch)
tree5ad2201cc4cce9389ce8e384dbb8d405ea8d108c /tools/perf/scripts/python/flamegraph.py
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 <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions