diff options
author | Arnd Bergmann <[email protected]> | 2023-12-04 12:56:56 +0100 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-12-10 17:21:39 -0800 |
commit | 9a2036724cd693fef6c7609a856e56fa0d348be9 (patch) | |
tree | d4e77687202669e179c11d5770a9b2d80aefcd94 /arch/mips/mm/tlb-r3k.c | |
parent | 2894a8c4bcdc41d72d9d6c080901101e48fd6195 (diff) |
mips: mark local function static if possible
These two functions are global but have no extern prototypes or other
callers, so it's best to mark them as static, avoiding these warnings:
arch/mips/kernel/mips-cm.c:204:13: error: no previous prototype for '__mips_cm_l2sync_phys_base' [-Werror=missing-prototypes]
arch/mips/mm/c-r4k.c:1827:12: error: no previous prototype for 'r4k_cache_init_pm' [-Werror=missing-prototypes]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: Thomas Bogendoerfer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'arch/mips/mm/tlb-r3k.c')
0 files changed, 0 insertions, 0 deletions