diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2023-12-04 14:57:00 +0300 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2023-12-11 04:21:40 +0300 |
| commit | e021227afb5867738482c2dc0970191772cd0d4e (patch) | |
| tree | 855b9f9abd2a772cc6c9ab8b4c306284f160bffd /tools/perf/scripts/python/task-analyzer.py | |
| parent | e9f98feb17207addcd66435d8211ccf9c0a563dd (diff) | |
| download | linux-e021227afb5867738482c2dc0970191772cd0d4e.tar.xz | |
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/20231204115710.2247097-11-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Stephen Rothwell <sfr@rothwell.id.au>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
