blk_mq: remove repeated includes

Remove a repeated "#include<linux/sched/sysctl.h>".

Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20211123063340.25882-1-guozhengkui@vivo.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Guo Zhengkui 2021-11-23 14:33:40 +08:00 committed by Jens Axboe
parent 5a9d041ba2
commit 35c90e6ec9
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#include <linux/crash_dump.h>
#include <linux/prefetch.h>
#include <linux/blk-crypto.h>
#include <linux/sched/sysctl.h>
#include <trace/events/block.h>