diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-05-16 18:06:38 +0200 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2023-05-25 17:44:02 +0100 |
commit | 1a1183938946fc1e06425d830a85e5aad63c049d (patch) | |
tree | d45ad4847d798137dfec52c9b095e0993818062f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 60a0aab7463ee69296692d980b96510ccce3934e (diff) |
arm64: flush: include linux/libnvdimm.h
The two cache management functions are declared in libnvdimm.h
but provided by architecture specific code. Without including
the header, this causes a W=1 warning:
arch/arm64/mm/flush.c:96:6: error: no previous prototype for 'arch_wb_cache_pmem' [-Werror=missing-prototypes]
arch/arm64/mm/flush.c:104:6: error: no previous prototype for 'arch_invalidate_pmem' [-Werror=missing-prototypes]
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20230516160642.523862-12-arnd@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions