io_uring/epoll: remove CONFIG_EPOLL guards
authorJens Axboe <axboe@kernel.dk>
Fri, 31 Jan 2025 21:19:11 +0000 (14:19 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 6 Feb 2025 18:22:04 +0000 (11:22 -0700)
commita7a68a9ccd43e8c1efc4205b47c84ab23b0ef07c
tree5423a05a59304b9131087a87d4b3890327da51af
parent0c0c29370767346320b0e1c726b0f177c1f8fadd
io_uring/epoll: remove CONFIG_EPOLL guards

Just have the Makefile add the object if epoll is enabled, then it's
not necessary to guard the entire epoll.c file inside an CONFIG_EPOLL
ifdef.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/epoll.c