diff options
| author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-10-19 15:19:19 -0400 |
|---|---|---|
| committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-10-19 15:19:19 -0400 |
| commit | e05dacd71db0a5da7c1a44bcaab2a8a240b9c233 (patch) | |
| tree | 31382cf1c7d62c03126448affb2fc86e8c4aaa8b /include/linux/poll.h | |
| parent | 3ab0b83bf6a1e834f4b884150d8012990c75d25d (diff) | |
| parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) | |
Merge commit 'v3.7-rc1' into stable/for-linus-3.7
* commit 'v3.7-rc1': (10892 commits)
Linux 3.7-rc1
x86, boot: Explicitly include autoconf.h for hostprogs
perf: Fix UAPI fallout
ARM: config: make sure that platforms are ordered by option string
ARM: config: sort select statements alphanumerically
UAPI: (Scripted) Disintegrate include/linux/byteorder
UAPI: (Scripted) Disintegrate include/linux
UAPI: Unexport linux/blk_types.h
UAPI: Unexport part of linux/ppp-comp.h
perf: Handle new rbtree implementation
procfs: don't need a PATH_MAX allocation to hold a string representation of an int
vfs: embed struct filename inside of names_cache allocation if possible
audit: make audit_inode take struct filename
vfs: make path_openat take a struct filename pointer
vfs: turn do_path_lookup into wrapper around struct filename variant
audit: allow audit code to satisfy getname requests from its names_list
vfs: define struct filename and have getname() return it
btrfs: Fix compilation with user namespace support enabled
userns: Fix posix_acl_file_xattr_userns gid conversion
userns: Properly print bluetooth socket uids
...
Diffstat (limited to 'include/linux/poll.h')
| -rw-r--r-- | include/linux/poll.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/poll.h b/include/linux/poll.h index 48fe8bc398d1..c08386fb3e08 100644 --- a/include/linux/poll.h +++ b/include/linux/poll.h | |||
| @@ -1,9 +1,6 @@ | |||
| 1 | #ifndef _LINUX_POLL_H | 1 | #ifndef _LINUX_POLL_H |
| 2 | #define _LINUX_POLL_H | 2 | #define _LINUX_POLL_H |
| 3 | 3 | ||
| 4 | #include <asm/poll.h> | ||
| 5 | |||
| 6 | #ifdef __KERNEL__ | ||
| 7 | 4 | ||
| 8 | #include <linux/compiler.h> | 5 | #include <linux/compiler.h> |
| 9 | #include <linux/ktime.h> | 6 | #include <linux/ktime.h> |
| @@ -12,6 +9,7 @@ | |||
| 12 | #include <linux/fs.h> | 9 | #include <linux/fs.h> |
| 13 | #include <linux/sysctl.h> | 10 | #include <linux/sysctl.h> |
| 14 | #include <asm/uaccess.h> | 11 | #include <asm/uaccess.h> |
| 12 | #include <uapi/linux/poll.h> | ||
| 15 | 13 | ||
| 16 | extern struct ctl_table epoll_table[]; /* for sysctl */ | 14 | extern struct ctl_table epoll_table[]; /* for sysctl */ |
| 17 | /* ~832 bytes of stack space used max in sys_select/sys_poll before allocating | 15 | /* ~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, | |||
| 163 | 161 | ||
| 164 | extern int poll_select_set_timeout(struct timespec *to, long sec, long nsec); | 162 | extern int poll_select_set_timeout(struct timespec *to, long sec, long nsec); |
| 165 | 163 | ||
| 166 | #endif /* KERNEL */ | ||
| 167 | |||
| 168 | #endif /* _LINUX_POLL_H */ | 164 | #endif /* _LINUX_POLL_H */ |
