projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40df383
)
[MIPS] Include cacheflush.h in uncache.c
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Wed, 11 Jul 2007 15:55:40 +0000
(
00:55
+0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 12 Jul 2007 16:41:13 +0000
(17:41 +0100)
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>
arch/mips/lib/uncached.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/lib/uncached.c
b/arch/mips/lib/uncached.c
index 2388f7f3ffde9c2bffd45744f9f8adaacfd10048..58d14f4d9349c3f8b9890c56551c02f8f35737d4 100644
(file)
--- 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