OSDN Git Service

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)
commita2fa4cede9e3662e9e33fcf929b320fb1c73b0e9
tree5243db7d771c33c19b12a4724ac494881895d613
parentfceb90bb43ca5c01eff73367f71a76c06f049b41
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