]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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, 20 Feb 2025 14:59:56 +0000 (07:59 -0700)
commit0fb3f5600c5e583a1cf9dbe803ba7ef89f7fbc65
treea227866f811e35774feced3d924dc5b5ea6075df
parent08b40b7a1051114f41cdec0bba4548b87cc2a3f6
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