]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: mm: Add prototype for function __update_cache
authorYanteng Si <siyanteng@loongson.cn>
Thu, 21 Jan 2021 01:34:34 +0000 (09:34 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 22 Jan 2021 10:34:52 +0000 (11:34 +0100)
commit396aa96210a5709716a659f3cc8a51a68ada1153
tree5243db7d771c33c19b12a4724ac494881895d613
parente3e24176b1e8d0c11223cbb2e79e6c05c36b58a5
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>
arch/mips/include/asm/pgtable.h
arch/mips/mm/cache.c