X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fpoll.h;h=c08386fb3e0845933f074bda2117734c128075b3;hb=2182c815f3d430598e172c1c3ac88df775ea120e;hp=48fe8bc398d1a388c55ee7b99041ff5a84b25ea3;hpb=b6255ee3d82798eb1eee9fb1cca713317b5afae8;p=~andy%2Flinux diff --git a/include/linux/poll.h b/include/linux/poll.h index 48fe8bc398d..c08386fb3e0 100644 --- a/include/linux/poll.h +++ b/include/linux/poll.h @@ -1,9 +1,6 @@ #ifndef _LINUX_POLL_H #define _LINUX_POLL_H -#include - -#ifdef __KERNEL__ #include #include @@ -12,6 +9,7 @@ #include #include #include +#include extern struct ctl_table epoll_table[]; /* for sysctl */ /* ~832 bytes of stack space used max in sys_select/sys_poll before allocating @@ -163,6 +161,4 @@ extern int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, extern int poll_select_set_timeout(struct timespec *to, long sec, long nsec); -#endif /* KERNEL */ - #endif /* _LINUX_POLL_H */