diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-07-11 11:55:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-12 12:41:13 -0400 |
commit | 8c41286edffef0d6e7fb770b178275c8beb24055 (patch) | |
tree | b73b3217f75995f5a3abe063b1d02034d36266f7 /arch | |
parent | 40df3831f9b2fa386f55b580f294ea4f686704be (diff) |
[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')
-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 2388f7f3ffde..58d14f4d9349 100644 --- a/arch/mips/lib/uncached.c +++ b/arch/mips/lib/uncached.c | |||
@@ -12,6 +12,7 @@ | |||
12 | 12 | ||
13 | #include <asm/addrspace.h> | 13 | #include <asm/addrspace.h> |
14 | #include <asm/bug.h> | 14 | #include <asm/bug.h> |
15 | #include <asm/cacheflush.h> | ||
15 | 16 | ||
16 | #ifndef CKSEG2 | 17 | #ifndef CKSEG2 |
17 | #define CKSEG2 CKSSEG | 18 | #define CKSEG2 CKSSEG |