Re: [PATCH] [v2] ARM: oabi-compat: fix epoll_ctl build failure

2020-04-29 Thread Arnd Bergmann
On Wed, Apr 29, 2020 at 3:35 PM Russell King - ARM Linux admin wrote: > On Wed, Apr 29, 2020 at 03:23:24PM +0200, Arnd Bergmann wrote: > > Two functions are not declared or defined when CONFIG_EPOLL is > > disabled: > > > > I know what Chris said, but do we really want to be polluting generic >

Re: [PATCH] [v2] ARM: oabi-compat: fix epoll_ctl build failure

2020-04-29 Thread Russell King - ARM Linux admin
On Wed, Apr 29, 2020 at 03:23:24PM +0200, Arnd Bergmann wrote: > Two functions are not declared or defined when CONFIG_EPOLL is > disabled: > > arch/arm/kernel/sys_oabi-compat.c: In function 'sys_oabi_epoll_ctl': > arch/arm/kernel/sys_oabi-compat.c:258:6: error: implicit declaration of >

[PATCH] [v2] ARM: oabi-compat: fix epoll_ctl build failure

2020-04-29 Thread Arnd Bergmann
Two functions are not declared or defined when CONFIG_EPOLL is disabled: arch/arm/kernel/sys_oabi-compat.c: In function 'sys_oabi_epoll_ctl': arch/arm/kernel/sys_oabi-compat.c:258:6: error: implicit declaration of function 'ep_op_has_event' [-Werror=implicit-function-declaration] 258 | if