sh: arch/sh/kernel/process_32.c needs linux/prefetch.h.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 24 May 2011 08:25:23 +0000 (17:25 +0900)
committerPaul 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

index 762a13984bbd76c897963c10f6513809d0cc345f..b473f0c06fbc11bf545f66b84bd0a566fb344286 100644 (file)
@@ -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>
This page took 0.025335 seconds and 5 git commands to generate.