diff options
author | Christoph Hellwig <hch@lst.de> | 2021-09-20 14:33:24 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-10-18 14:17:01 +0200 |
commit | 3ab0bc78e96bd03a5096e4801550926d81b3e19d (patch) | |
tree | d71605b9fe876acb348aee18eb11ce8c38a64c94 /drivers/md | |
parent | block: move elevator.h to block/ (diff) | |
download | linux-3ab0bc78e96bd03a5096e4801550926d81b3e19d.tar.xz linux-3ab0bc78e96bd03a5096e4801550926d81b3e19d.zip |
block: drop unused includes in <linux/blkdev.h>
Drop various include not actually used in blkdev.h itself.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20210920123328.1399408-14-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/dm-ps-historical-service-time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm-ps-historical-service-time.c b/drivers/md/dm-ps-historical-service-time.c index 1856a1b125cc..875bca30a0dd 100644 --- a/drivers/md/dm-ps-historical-service-time.c +++ b/drivers/md/dm-ps-historical-service-time.c @@ -27,6 +27,7 @@ #include <linux/blkdev.h> #include <linux/slab.h> #include <linux/module.h> +#include <linux/sched/clock.h> #define DM_MSG_PREFIX "multipath historical-service-time" |