commit | a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Sun Oct 04 16:11:37 2009 +0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Oct 04 15:05:10 2009 -0700 |
tree | 2b0314d68b9e0a76e8f4fb60865a1d56e138833a | |
parent | 5e5027bd26ed4df735d29e66cd5c1c9b5959a587 [diff] [blame] |
headers: remove sched.h from poll.h Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c index 0376ac6..be4392c 100644 --- a/fs/coda/psdev.c +++ b/fs/coda/psdev.c
@@ -22,6 +22,7 @@ #include <linux/kernel.h> #include <linux/major.h> #include <linux/time.h> +#include <linux/sched.h> #include <linux/slab.h> #include <linux/ioport.h> #include <linux/fcntl.h>