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>
Wed, 19 Feb 2025 17:19:23 +0000 (10:19 -0700)
commit6841b3c389b67b52377689778bfaffed6c558c18
tree7b186f263034ef2f9b10c6cc9329102aa6c902a8
parent2680d05e5c8c96883616f7569f8a3c61d040c3b1
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