diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-07-12 00:55:40 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-12 17:41:13 +0100 |
commit | 8c41286edffef0d6e7fb770b178275c8beb24055 (patch) | |
tree | b73b3217f75995f5a3abe063b1d02034d36266f7 /arch/mips | |
parent | 40df3831f9b2fa386f55b580f294ea4f686704be (diff) | |
download | linux-3.10-8c41286edffef0d6e7fb770b178275c8beb24055.tar.gz linux-3.10-8c41286edffef0d6e7fb770b178275c8beb24055.tar.bz2 linux-3.10-8c41286edffef0d6e7fb770b178275c8beb24055.zip |
[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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/lib/uncached.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/lib/uncached.c b/arch/mips/lib/uncached.c index 2388f7f3ffd..58d14f4d934 100644 --- a/arch/mips/lib/uncached.c +++ b/arch/mips/lib/uncached.c @@ -12,6 +12,7 @@ #include <asm/addrspace.h> #include <asm/bug.h> +#include <asm/cacheflush.h> #ifndef CKSEG2 #define CKSEG2 CKSSEG |