mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
de9330d13e
commit
0321155926
2 changed files with 0 additions and 57 deletions
|
@ -257,16 +257,8 @@ asmlinkage long compat_sys_ptrace(compat_long_t request, compat_long_t pid,
|
|||
/*
|
||||
* epoll (fs/eventpoll.c) compat bits follow ...
|
||||
*/
|
||||
#ifndef CONFIG_HAS_COMPAT_EPOLL_EVENT
|
||||
struct epoll_event;
|
||||
#define compat_epoll_event epoll_event
|
||||
#else
|
||||
asmlinkage long compat_sys_epoll_ctl(int epfd, int op, int fd,
|
||||
struct compat_epoll_event __user *event);
|
||||
asmlinkage long compat_sys_epoll_wait(int epfd,
|
||||
struct compat_epoll_event __user *events,
|
||||
int maxevents, int timeout);
|
||||
#endif
|
||||
asmlinkage long compat_sys_epoll_pwait(int epfd,
|
||||
struct compat_epoll_event __user *events,
|
||||
int maxevents, int timeout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue