]> git.baikalelectronics.ru Git - kernel.git/commit
block: Remove two superfluous #include directives
authorBart Van Assche <bart.vanassche@wdc.com>
Thu, 9 Aug 2018 14:47:28 +0000 (07:47 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 9 Aug 2018 15:12:26 +0000 (09:12 -0600)
commitbb0e72328e578b15d266bcb0eb60db357e976897
treecd6c13b520b7f22ff452eb64872da2b418c5394c
parent0b2563f7c59013dbd7aaa7c29a4219af194b2f45
block: Remove two superfluous #include directives

Commit 1a2411e9d359 ("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>
include/linux/blkdev.h