summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-05-24 17:25:23 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-05-24 17:25:23 +0900
commit0f0ebd980e0e8a2fd33ab3ef0d5b0cffbcddd8a1 (patch)
tree8d4996433edbd376ff6a7667a34c48e952261fa9 /arch
parent52b96c2592e8fdb93231c9644b68112518916a57 (diff)
downloadop-kernel-dev-0f0ebd980e0e8a2fd33ab3ef0d5b0cffbcddd8a1.zip
op-kernel-dev-0f0ebd980e0e8a2fd33ab3ef0d5b0cffbcddd8a1.tar.gz
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')
-rw-r--r--arch/sh/kernel/process_32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/process_32.c b/arch/sh/kernel/process_32.c
index 762a139..b473f0c 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>
OpenPOWER on IntegriCloud