提交 286100a6 编写于 作者: A Alexey Dobriyan 提交者: Ingo Molnar

sched, futex: detach sched.h and futex.h

Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 5973e5b9
#ifndef _LINUX_FUTEX_H #ifndef _LINUX_FUTEX_H
#define _LINUX_FUTEX_H #define _LINUX_FUTEX_H
#include <linux/sched.h> #include <linux/compiler.h>
#include <linux/types.h>
struct inode;
struct mm_struct;
struct task_struct;
union ktime; union ktime;
/* Second argument to futex syscall */ /* Second argument to futex syscall */
......
...@@ -78,7 +78,6 @@ struct sched_param { ...@@ -78,7 +78,6 @@ struct sched_param {
#include <linux/proportions.h> #include <linux/proportions.h>
#include <linux/seccomp.h> #include <linux/seccomp.h>
#include <linux/rcupdate.h> #include <linux/rcupdate.h>
#include <linux/futex.h>
#include <linux/rtmutex.h> #include <linux/rtmutex.h>
#include <linux/time.h> #include <linux/time.h>
...@@ -94,6 +93,7 @@ struct sched_param { ...@@ -94,6 +93,7 @@ struct sched_param {
struct exec_domain; struct exec_domain;
struct futex_pi_state; struct futex_pi_state;
struct robust_list_head;
struct bio; struct bio;
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册