summaryrefslogtreecommitdiff
path: root/arch/mips/mm
diff options
context:
space:
mode:
authorYanteng Si <siyanteng@loongson.cn>2021-01-21 09:34:34 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-01-22 11:34:52 +0100
commita2fa4cede9e3662e9e33fcf929b320fb1c73b0e9 (patch)
tree5243db7d771c33c19b12a4724ac494881895d613 /arch/mips/mm
parentfceb90bb43ca5c01eff73367f71a76c06f049b41 (diff)
MIPS: mm: Add prototype for function __update_cache
This commit adds a prototype to fix error at W=1: arch/mips/mm/cache.c:129:6: error: no previous prototype for '__update_cache' [-Werror=missing-prototypes] Signed-off-by: Yanteng Si <siyanteng@loongson.cn> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r--arch/mips/mm/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c
index 23b16bfd97b2..27f4228dd24e 100644
--- a/arch/mips/mm/cache.c
+++ b/arch/mips/mm/cache.c
@@ -21,6 +21,7 @@
#include <asm/cpu.h>
#include <asm/cpu-features.h>
#include <asm/setup.h>
+#include <asm/pgtable.h>
/* Cache operations. */
void (*flush_cache_all)(void);