blk-iolatency: #include "blk.h"
authorBart Van Assche <bvanassche@acm.org>
Wed, 20 Mar 2019 20:15:01 +0000 (13:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Apr 2019 07:15:58 +0000 (09:15 +0200)
commitbde271d1ad0e9adca18aa3258dd49913995e568e
treecd070c17d3ebe1d9d9fbe9313158f29ce872d17f
parentb63df738ce7d7b93a412d45005dc3d2331c3d1d8
blk-iolatency: #include "blk.h"

[ Upstream commit 373e915cd8e84544609eced57a44fbc084f8d60f ]

This patch avoids that the following warning is reported when building
with W=1:

block/blk-iolatency.c:734:5: warning: no previous prototype for 'blk_iolatency_init' [-Wmissing-prototypes]

Cc: Josef Bacik <jbacik@fb.com>
Fixes: d70675121546 ("block: introduce blk-iolatency io controller") # v4.19
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
block/blk-iolatency.c