diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-19 10:29:02 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-12-04 02:00:26 -0500 |
commit | b07e4ecd4d380ad697c54d729cb653d027077c99 (patch) | |
tree | 554173ec145474c52377c45299b4c5962f0d05ce | |
parent | 914e26379decf1fd984b22e51fd2e4209b7a7f1b (diff) |
[PATCH] severing uaccess.h -> sched.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | include/asm-x86_64/uaccess.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/uaccess.h b/include/asm-x86_64/uaccess.h index 19f99178fe83..d5dbc87274f8 100644 --- a/include/asm-x86_64/uaccess.h +++ b/include/asm-x86_64/uaccess.h | |||
@@ -6,7 +6,6 @@ | |||
6 | */ | 6 | */ |
7 | #include <linux/compiler.h> | 7 | #include <linux/compiler.h> |
8 | #include <linux/errno.h> | 8 | #include <linux/errno.h> |
9 | #include <linux/sched.h> | ||
10 | #include <linux/prefetch.h> | 9 | #include <linux/prefetch.h> |
11 | #include <asm/page.h> | 10 | #include <asm/page.h> |
12 | 11 | ||