diff options
author | 2023-06-02 19:28:46 +0100 | |
---|---|---|
committer | 2023-06-19 09:35:53 +0100 | |
commit | 57ea76fd1ca072b3024f55cb461628d982acf873 (patch) | |
tree | d87bf06d7485b484b389f458c3d82e7e175b452b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ARM: 9305/1: add clear/copy_user_highpage declarations (diff) | |
download | wireguard-linux-57ea76fd1ca072b3024f55cb461628d982acf873.tar.xz wireguard-linux-57ea76fd1ca072b3024f55cb461628d982acf873.zip |
ARM: 9306/1: cacheflush: avoid __flush_anon_page() missing-prototype warning
The prototype for __flush_anon_page() is intentionally hidden
inside the flush_anon_page() inline function to prevent it from
being called from drivers.
When building with 'W=1', this causes a warning:
arch/arm/mm/flush.c:358:6: error: no previous prototype for '__flush_anon_page' [-Werror=missing-prototypes]
Work around this by adding a prototype directly next to the function
definition.
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions