aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorNathan Chancellor <[email protected]>2023-11-30 15:58:22 -0700
committerAndrew Morton <[email protected]>2023-12-10 17:21:35 -0800
commit1f443caea93e76a9e4613d9e370e082354ae3b44 (patch)
tree5a953ae953ec1dd8e379f71c09c47c1420748320 /include/linux/debugobjects.h
parent3279333097b22e1bab750d0f40837a097ec765fd (diff)
hexagon: time: mark time_init_deferred() as static
Clang warns: arch/hexagon/kernel/time.c:163:13: warning: no previous prototype for function 'time_init_deferred' [-Wmissing-prototypes] 163 | void __init time_init_deferred(void) | ^ arch/hexagon/kernel/time.c:163:1: note: declare 'static' if the function is not intended to be used outside of this translation unit 163 | void __init time_init_deferred(void) | ^ | static This function is not used outside of this translation unit so mark it as static to resolve the warning. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Nathan Chancellor <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Brian Cain <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions