io_uring: remove io_fallback_tw() forward declaration
authorJens Axboe <axboe@kernel.dk>
Tue, 27 Jun 2023 17:57:53 +0000 (11:57 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 27 Jun 2023 22:07:24 +0000 (16:07 -0600)
commit10e1c0d59006c6492d380602aa0a6c4eb9441426
tree7b6560ce4788ea160b4f50021b8bec9d913492ed
parentb65db9211ecb7f8383e02dcf71b8c1e9c7043a40
io_uring: remove io_fallback_tw() forward declaration

It's used just one function higher up, get rid of the declaration and
just move it up a bit.

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