diff options
| author | Nathan Chancellor <nathan@kernel.org> | 2023-12-01 01:58:15 +0300 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2023-12-11 04:21:33 +0300 |
| commit | 600acbea29533db8906ed172b89eb10cd0d5413a (patch) | |
| tree | e12ebd29385d72e9307a02a66fe4e3111ed1d0cc /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | 014a5c107d0c45e259f87d3168f6a01e3e195637 (diff) | |
| download | linux-600acbea29533db8906ed172b89eb10cd0d5413a.tar.xz | |
hexagon: mm: mark paging_init() as static
Clang warns:
arch/hexagon/mm/init.c:89:13: warning: no previous prototype for function 'paging_init' [-Wmissing-prototypes]
89 | void __init paging_init(void)
| ^
arch/hexagon/mm/init.c:89:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
89 | void __init paging_init(void)
| ^
| static
This function is only used within this translation unit, so mark it static
as suggested.
Link: https://lkml.kernel.org/r/20231130-hexagon-missing-prototypes-v1-2-5c34714afe9e@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Brian Cain <bcain@quicinc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
