diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-09-13 16:08:02 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-10-06 10:03:02 +0200 |
commit | 87d7186e61854262b2d56c7639fd8aeec6122bd2 (patch) | |
tree | 66725bc3d5a265c4884747d09c4302b893d60e84 /arch/m68k/mm/fault.c | |
parent | 2c0bb8cb99317a59d913dd3be5fd97bf8009be76 (diff) |
m68k: mm: Move paging_init() to common <asm/pgtable.h>
When building with W=1:
arch/m68k/mm/motorola.c:414:13: warning: no previous prototype for ‘paging_init’ [-Wmissing-prototypes]
414 | void __init paging_init(void)
| ^~~~~~~~~~~
arch/m68k/mm/sun3mmu.c:36:13: warning: no previous prototype for ‘paging_init’ [-Wmissing-prototypes]
36 | void __init paging_init(void)
| ^~~~~~~~~~~
Fix this by consolidating the multiple prototypes into the common
<asm/pgtable.h>.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/1b03fde54f205e972e19959b8e335022205d538c.1694613528.git.geert@linux-m68k.org
Diffstat (limited to 'arch/m68k/mm/fault.c')
0 files changed, 0 insertions, 0 deletions