summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorBart Van Assche2018-08-09 16:47:28 +0200
committerJens Axboe2018-08-09 17:12:26 +0200
commitb1f4267cc5448d20ae0c515a74141e74365e78a3 (patch)
treecd6c13b520b7f22ff452eb64872da2b418c5394c /include/linux/blkdev.h
parentblk-mq: count the hctx as active before allocating tag (diff)
downloadkernel-qcow2-linux-b1f4267cc5448d20ae0c515a74141e74365e78a3.tar.gz
kernel-qcow2-linux-b1f4267cc5448d20ae0c515a74141e74365e78a3.tar.xz
kernel-qcow2-linux-b1f4267cc5448d20ae0c515a74141e74365e78a3.zip
block: Remove two superfluous #include directives
Commit 12f5b9314545 ("blk-mq: Remove generation seqeunce") removed the only seqcount_t and u64_stats_sync instances from <linux/blkdev.h> but did not remove the corresponding #include directives. Since these include directives are no longer needed, remove them. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Cc: Christoph Hellwig <hch@lst.de> Cc: Keith Busch <keith.busch@intel.com> Cc: Ming Lei <ming.lei@redhat.com> Cc: Jianchao Wang <jianchao.w.wang@oracle.com> Cc: Hannes Reinecke <hare@suse.com>, Cc: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 050d599f5ea9..d6869e0e2b64 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -27,8 +27,6 @@
#include <linux/percpu-refcount.h>
#include <linux/scatterlist.h>
#include <linux/blkzoned.h>
-#include <linux/seqlock.h>
-#include <linux/u64_stats_sync.h>
struct module;
struct scsi_ioctl_command;