Blob Blame History Raw
From: Christoph Hellwig <hch@lst.de>
Date: Mon, 24 Sep 2018 09:43:55 +0200
Subject: [PATCH] block: don't include bug.h from bio.h
Git-commit: 65969e5cb249b765cee261c8f0458ec778b0c22f
Patch-mainline: v4.20-rc1
References: bsc#1104967,FATE#325924

No need to pull in the BUG() defintion.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Acked-by: Hannes Reinecke <hare@suse.com>
---
 include/linux/bio.h | 1 -
 1 file changed, 1 deletion(-)

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 */
-- 
2.16.4