提交 f780d89a 编写于 作者: I Ingo Molnar

sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>

This reduces header dependencies.
Acked-by: NLinus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: NIngo Molnar <mingo@kernel.org>
上级 e26512fe
......@@ -3,6 +3,8 @@
#ifndef __ASSEMBLY__
#include <asm/ptrace.h>
struct task_struct;
#ifdef CONFIG_SH_FPU
......
......@@ -7,6 +7,8 @@
#include <linux/extable.h>
#include <linux/uaccess.h>
#include <asm/ptrace.h>
int fixup_exception(struct pt_regs *regs)
{
const struct exception_table_entry *fixup;
......
......@@ -8,7 +8,6 @@
#include <linux/mutex.h>
#include <linux/plist.h>
#include <linux/mm_types_task.h>
#include <asm/ptrace.h>
#include <linux/sem.h>
#include <linux/shm.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册