diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-09-13 17:08:11 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2023-10-06 11:03:02 +0300 |
commit | 839ff3451a11226e7ffaf833bb726ad24b05f86e (patch) | |
tree | d68a1af7fa74a7850a13fe34909cde30d57ad8e0 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 7849b9122e97e32903a9a341c345af7f1fe9ea8e (diff) | |
download | linux-839ff3451a11226e7ffaf833bb726ad24b05f86e.tar.xz |
m68k: atari: Make atari_stram_map_pages() static
When building with W=1:
arch/m68k/atari/stram.c:118:12: warning: no previous prototype for ‘atari_stram_map_pages’ [-Wmissing-prototypes]
118 | int __init atari_stram_map_pages(void)
| ^~~~~~~~~~~~~~~~~~~~~
Fix this by making atari_stram_map_pages() static.
There was never a user outside arch/m68k/atari/stram.c.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/fa86b6d7e54d96ac52f574ed00f96e339f46990f.1694613528.git.geert@linux-m68k.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions