aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-03 10:03:42 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-02 08:42:31 +0100
commit4cf421e55d69016989548e0fb8585e69f54bd283 (patch)
treea059e7b730d7eb3e863fd2dea9a1e509ff66dfb9 /arch/sh/kernel/cpu
parentsched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> (diff)
downloadlinux-dev-4cf421e55d69016989548e0fb8585e69f54bd283.tar.xz
linux-dev-4cf421e55d69016989548e0fb8585e69f54bd283.zip
sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>
Fix up missing #includes in other places that rely on sched.h doing that for them. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/sh/kernel/cpu')
-rw-r--r--arch/sh/kernel/cpu/fpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/fpu.c b/arch/sh/kernel/cpu/fpu.c
index 4e332244ea75..4d4737d099c6 100644
--- a/arch/sh/kernel/cpu/fpu.c
+++ b/arch/sh/kernel/cpu/fpu.c
@@ -3,6 +3,7 @@
#include <asm/processor.h>
#include <asm/fpu.h>
#include <asm/traps.h>
+#include <asm/ptrace.h>
int init_fpu(struct task_struct *tsk)
{