diff options
| author | Cédric Le Goater <[email protected]> | 2021-01-04 15:31:49 +0100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2021-01-30 11:39:28 +1100 |
| commit | 692e592895266bafb1e0d688e960b4bdd8e165a8 (patch) | |
| tree | fb365d9a132785010094bc9bae9663f4b30c7f80 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | d03f210e6ed8f5d64b00f0f07b03db74aa5b95a1 (diff) | |
powerpc/setup_64: Make some routines static
The following routines are only called by local services and do not
need to be external symbols.
It fixes these W=1 errors :
../arch/powerpc/kernel/setup_64.c:261:13: error: no previous prototype for ‘record_spr_defaults’ [-Werror=missing-prototypes]
261 | void __init record_spr_defaults(void)
| ^~~~~~~~~~~~~~~~~~~
../arch/powerpc/kernel/setup_64.c:1011:6: error: no previous prototype for ‘entry_flush_enable’ [-Werror=missing-prototypes]
1011 | void entry_flush_enable(bool enable)
| ^~~~~~~~~~~~~~~~~~
../arch/powerpc/kernel/setup_64.c:1023:6: error: no previous prototype for ‘uaccess_flush_enable’ [-Werror=missing-prototypes]
1023 | void uaccess_flush_enable(bool enable)
| ^~~~~~~~~~~~~~~~~~~~
Signed-off-by: Cédric Le Goater <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions