aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/bio.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-09-24 09:43:54 +0200
committerJens Axboe <axboe@kernel.dk>2018-09-24 12:34:00 -0600
commitbceacbfa48bf132d8d88058904cf5859eeb4f3e6 (patch)
tree25ce6f0ef5b62f186bdc4a7b56b557031bec1d08 /include/linux/bio.h
parentblock: remove bvec_to_phys (diff)
downloadwireguard-linux-bceacbfa48bf132d8d88058904cf5859eeb4f3e6.tar.xz
wireguard-linux-bceacbfa48bf132d8d88058904cf5859eeb4f3e6.zip
block: don't include io.h from bio.h
Now that we don't need an override for BIOVEC_PHYS_MERGEABLE there is no need to drag this header in. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/bio.h')
-rw-r--r--include/linux/bio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index 9ad4b0a487a4..b3d47862b1b4 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -24,9 +24,6 @@
#include <linux/bug.h>
#ifdef CONFIG_BLOCK
-
-#include <asm/io.h>
-
/* struct bio, bio_vec and BIO_* flags are defined in blk_types.h */
#include <linux/blk_types.h>