diff options
author | Tian Tao <[email protected]> | 2020-09-16 10:20:47 +0800 |
---|---|---|
committer | Will Deacon <[email protected]> | 2020-09-18 14:33:46 +0100 |
commit | 152d75d66428afc636ec34bcef8c90a4aa2a7848 (patch) | |
tree | 6514bfbbf6ef31d81e9f3b12b27e5339bed1b29a /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c6b90d5cf637ac1186ca25ec1f9e410455a0ca7d (diff) |
arm64: mm: Fix missing-prototypes in pageattr.c
Fix the following warnings.
‘set_memory_valid’ [-Wmissing-prototypes]
int set_memory_valid(unsigned long addr, int numpages, int enable)
^
‘set_direct_map_invalid_noflush’ [-Wmissing-prototypes]
int set_direct_map_invalid_noflush(struct page *page)
^
‘set_direct_map_default_noflush’ [-Wmissing-prototypes]
int set_direct_map_default_noflush(struct page *page)
^
Signed-off-by: Tian Tao <[email protected]>
Reviewed-by: Gavin Shan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/arm64/mm/pageattr.c:138:5: warning: no previous prototype for
arch/arm64/mm/pageattr.c:150:5: warning: no previous prototype for
arch/arm64/mm/pageattr.c:165:5: warning: no previous prototype for
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions