aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/mm/tlb-r3k.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2023-12-04 12:57:00 +0100
committerAndrew Morton <[email protected]>2023-12-10 17:21:40 -0800
commite021227afb5867738482c2dc0970191772cd0d4e (patch)
tree855b9f9abd2a772cc6c9ab8b4c306284f160bffd /arch/mips/mm/tlb-r3k.c
parente9f98feb17207addcd66435d8211ccf9c0a563dd (diff)
mips: fix setup_zero_pages() prototype
setup_zero_pages() has a local declaration in a platform specific header, but that is not seen in the file it is defined in: arch/mips/mm/init.c:60:6: error: no previous prototype for 'setup_zero_pages' [-Werror=missing-prototypes] Move it to the corresponding global header and include that where needed. 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