io_uring: remove two unnecessary function declarations
authorJens Axboe <axboe@kernel.dk>
Wed, 18 Dec 2019 15:54:21 +0000 (08:54 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 Jan 2020 22:05:01 +0000 (15:05 -0700)
commit8300cf830b6cbd03eb69c87b1d7209194fd080a9
tree2eda53c554ed25ff349d8b67df98dbc84357f4cd
parent097a61ecf59664e440795e4bbf739ed8a644397d
io_uring: remove two unnecessary function declarations

__io_free_req() and io_double_put_req() aren't used before they are
defined, so we can kill these two forwards.

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