Skip to content

Commit b1f4267

Browse files
KAGA-KOKOaxboe
authored andcommitted
block: Remove two superfluous #include directives
Commit 12f5b93 ("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>
1 parent d263ed9 commit b1f4267

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/blkdev.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
#include <linux/percpu-refcount.h>
2828
#include <linux/scatterlist.h>
2929
#include <linux/blkzoned.h>
30-
#include <linux/seqlock.h>
31-
#include <linux/u64_stats_sync.h>
3230

3331
struct module;
3432
struct scsi_ioctl_command;

0 commit comments

Comments
 (0)