Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe8ecc86 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

arm, arm64: don't include blk_types.h in <asm/io.h>



No need for it - we only use struct bio_vec in prototypes and already have
forward declarations for it.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 2f8b5444
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@

#include <linux/string.h>
#include <linux/types.h>
#include <linux/blk_types.h>
#include <asm/byteorder.h>
#include <asm/memory.h>
#include <asm-generic/pci_iomap.h>
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#ifdef __KERNEL__

#include <linux/types.h>
#include <linux/blk_types.h>

#include <asm/byteorder.h>
#include <asm/barrier.h>