projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b96c2
)
sh: arch/sh/kernel/process_32.c needs linux/prefetch.h.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 24 May 2011 08:25:23 +0000
(17:25 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 24 May 2011 08:25:23 +0000
(17:25 +0900)
Trivial build fix for certain configurations that don't grab
linux/prefetch.h via alternate means (specifically SH-2 and SH-3 parts).
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/process_32.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/process_32.c
b/arch/sh/kernel/process_32.c
index 762a13984bbd76c897963c10f6513809d0cc345f..b473f0c06fbc11bf545f66b84bd0a566fb344286 100644
(file)
--- a/
arch/sh/kernel/process_32.c
+++ b/
arch/sh/kernel/process_32.c
@@
-21,6
+21,7
@@
#include <linux/fs.h>
#include <linux/ftrace.h>
#include <linux/hw_breakpoint.h>
+#include <linux/prefetch.h>
#include <asm/uaccess.h>
#include <asm/mmu_context.h>
#include <asm/system.h>