aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/bio.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-09-24 09:43:55 +0200
committerJens Axboe <axboe@kernel.dk>2018-09-24 12:34:02 -0600
commit65969e5cb249b765cee261c8f0458ec778b0c22f (patch)
treed75babdd7b9bda729ce08160de87e73aca9dff9a /include/linux/bio.h
parentblock: don't include io.h from bio.h (diff)
downloadwireguard-linux-65969e5cb249b765cee261c8f0458ec778b0c22f.tar.xz
wireguard-linux-65969e5cb249b765cee261c8f0458ec778b0c22f.zip
block: don't include bug.h from bio.h
No need to pull in the BUG() defintion. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index b3d47862b1b4..f447b0ebb288 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -21,7 +21,6 @@
#include <linux/highmem.h>
#include <linux/mempool.h>
#include <linux/ioprio.h>
-#include <linux/bug.h>
#ifdef CONFIG_BLOCK
/* struct bio, bio_vec and BIO_* flags are defined in blk_types.h */