block: delete redundant function declaration
authorhexue <xue01.he@samsung.com>
Mon, 27 May 2024 08:45:33 +0000 (16:45 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 27 May 2024 19:58:06 +0000 (13:58 -0600)
commit30a0e3135f9aa14ba745f767375183b3112d7440
tree495b11405bae7b9a030da15056d78b56df66cb1c
parentd9ff882b54f99f96787fa3df7cd938966843c418
block: delete redundant function declaration

blk_stats_alloc_enable was used for block hybrid poll, the related
function definition was removed by patch:
commit 54bdd67d0f88 ("blk-mq: remove hybrid polling")
but the function declaration was not deleted.

Signed-off-by: hexue <xue01.he@samsung.com>
Link: https://lore.kernel.org/r/20240527084533.1485210-1-xue01.he@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-stat.h