summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-rq.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-09-20 14:33:19 +0200
committerJens Axboe <axboe@kernel.dk>2021-10-18 06:17:01 -0600
commit1d9433cdd04adf7cfd5e3ef81f5acb29d80aae9b (patch)
treee9d03dbe7cac8fe7f60be76866606065bd260171 /drivers/md/dm-rq.c
parent6a5850d12977eb0a814c4977da389cebdc558863 (diff)
downloadlinux-1d9433cdd04adf7cfd5e3ef81f5acb29d80aae9b.tar.bz2
block: remove the unused rq_end_sector macro
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Link: https://lore.kernel.org/r/20210920123328.1399408-9-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/dm-rq.c')
-rw-r--r--drivers/md/dm-rq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/dm-rq.c b/drivers/md/dm-rq.c
index a896dea9750e..579ab6183d4d 100644
--- a/drivers/md/dm-rq.c
+++ b/drivers/md/dm-rq.c
@@ -7,7 +7,6 @@
#include "dm-core.h"
#include "dm-rq.h"
-#include <linux/elevator.h> /* for rq_end_sector() */
#include <linux/blk-mq.h>
#define DM_MSG_PREFIX "core-rq"