diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-05-24 17:25:23 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-05-24 17:25:23 +0900 |
commit | 0f0ebd980e0e8a2fd33ab3ef0d5b0cffbcddd8a1 (patch) | |
tree | 8d4996433edbd376ff6a7667a34c48e952261fa9 /arch/sh | |
parent | 52b96c2592e8fdb93231c9644b68112518916a57 (diff) | |
download | blackbird-obmc-linux-0f0ebd980e0e8a2fd33ab3ef0d5b0cffbcddd8a1.tar.gz blackbird-obmc-linux-0f0ebd980e0e8a2fd33ab3ef0d5b0cffbcddd8a1.zip |
sh: arch/sh/kernel/process_32.c needs linux/prefetch.h.
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/process_32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/process_32.c b/arch/sh/kernel/process_32.c index 762a13984bbd..b473f0c06fbc 100644 --- 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> |