Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] Include cacheflush.h in uncache.c

This fixes this sparse warning:

arch/mips/lib/uncached.c:38:22: warning: symbol 'run_uncached' was not declared. Should it be static?

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Atsushi Nemoto and committed by
Ralf Baechle
8c41286e 40df3831

+1
+1
arch/mips/lib/uncached.c
··· 12 12 13 13 #include <asm/addrspace.h> 14 14 #include <asm/bug.h> 15 + #include <asm/cacheflush.h> 15 16 16 17 #ifndef CKSEG2 17 18 #define CKSEG2 CKSSEG