summaryrefslogtreecommitdiffstats
path: root/include/linux/poll.h
diff options
context:
space:
mode:
authorAlexey Dobriyan2009-10-04 14:11:37 +0200
committerLinus Torvalds2009-10-05 00:05:10 +0200
commita99bbaf5ee6bad1aca0c88ea65ec6e5373e86184 (patch)
tree2b0314d68b9e0a76e8f4fb60865a1d56e138833a /include/linux/poll.h
parentMerge branch 'acpi-pad' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb... (diff)
downloadkernel-qcow2-linux-a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184.tar.gz
kernel-qcow2-linux-a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184.tar.xz
kernel-qcow2-linux-a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184.zip
headers: remove sched.h from poll.h
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/poll.h')
-rw-r--r--include/linux/poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/poll.h b/include/linux/poll.h
index fa287f25138d..6673743946f7 100644
--- a/include/linux/poll.h
+++ b/include/linux/poll.h
@@ -6,10 +6,10 @@
#ifdef __KERNEL__
#include <linux/compiler.h>
+#include <linux/ktime.h>
#include <linux/wait.h>
#include <linux/string.h>
#include <linux/fs.h>
-#include <linux/sched.h>
#include <asm/uaccess.h>
/* ~832 bytes of stack space used max in sys_select/sys_poll before allocating