diff options
| author | Jiri Olsa <olsajiri@gmail.com> | 2008-02-06 04:36:55 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:03 -0500 |
| commit | 0321155926b32cbc46f6603c6cc455e046b4d9b2 (patch) | |
| tree | 01ca7e2709582dfd754bee427cf1959adbff52b2 /include | |
| parent | de9330d13eac1f331e63ab1d18c506365b0151f3 (diff) | |
fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol
Remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol.
Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
Cc: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/compat.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index ae0a483bef9b..a671dbff7a1f 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
| @@ -257,16 +257,8 @@ asmlinkage long compat_sys_ptrace(compat_long_t request, compat_long_t pid, | |||
| 257 | /* | 257 | /* |
| 258 | * epoll (fs/eventpoll.c) compat bits follow ... | 258 | * epoll (fs/eventpoll.c) compat bits follow ... |
| 259 | */ | 259 | */ |
| 260 | #ifndef CONFIG_HAS_COMPAT_EPOLL_EVENT | ||
| 261 | struct epoll_event; | 260 | struct epoll_event; |
| 262 | #define compat_epoll_event epoll_event | 261 | #define compat_epoll_event epoll_event |
| 263 | #else | ||
| 264 | asmlinkage long compat_sys_epoll_ctl(int epfd, int op, int fd, | ||
| 265 | struct compat_epoll_event __user *event); | ||
| 266 | asmlinkage long compat_sys_epoll_wait(int epfd, | ||
| 267 | struct compat_epoll_event __user *events, | ||
| 268 | int maxevents, int timeout); | ||
| 269 | #endif | ||
| 270 | asmlinkage long compat_sys_epoll_pwait(int epfd, | 262 | asmlinkage long compat_sys_epoll_pwait(int epfd, |
| 271 | struct compat_epoll_event __user *events, | 263 | struct compat_epoll_event __user *events, |
| 272 | int maxevents, int timeout, | 264 | int maxevents, int timeout, |
