]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm, arm64: don't include blk_types.h in <asm/io.h>
authorChristoph Hellwig <hch@lst.de>
Tue, 1 Nov 2016 13:40:14 +0000 (07:40 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 1 Nov 2016 15:43:26 +0000 (09:43 -0600)
No need for it - we only use struct bio_vec in prototypes and already have
forward declarations for it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
arch/arm/include/asm/io.h
arch/arm64/include/asm/io.h

index 021692c64de3bf9f55c4625769351fb8b4255e45..42871fb8340e0f8ed117fbca46905a29b9ec45c2 100644 (file)
@@ -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>
index 0bba427bb4c292bdcf5ec9d582445f1b1fd679ab..0c00c87bb9dd0cf94b4145ad5c2ef1328796c085 100644 (file)
@@ -22,7 +22,6 @@
 #ifdef __KERNEL__
 
 #include <linux/types.h>
-#include <linux/blk_types.h>
 
 #include <asm/byteorder.h>
 #include <asm/barrier.h>