Commit 89226307 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: remove unnecessary forward declaration



We never use io_move_task_work_from_local() before it's defined in the
file anyway, so kill the forward declaration.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 17bc2837
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -147,7 +147,6 @@ static bool io_uring_try_cancel_requests(struct io_ring_ctx *ctx,
					 bool cancel_all);

static void io_queue_sqe(struct io_kiocb *req);
static void io_move_task_work_from_local(struct io_ring_ctx *ctx);
static void __io_submit_flush_completions(struct io_ring_ctx *ctx);

struct kmem_cache *req_cachep;