block: don't include bug.h from bio.h
authorChristoph Hellwig <hch@lst.de>
Mon, 24 Sep 2018 07:43:55 +0000 (09:43 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 24 Sep 2018 18:34:02 +0000 (12:34 -0600)
No need to pull in the BUG() defintion.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/bio.h

index b3d47862b1b49184a7d1fe69c476818469a247d4..f447b0ebb28851a9a36039f2dc0e099d15b74487 100644 (file)
@@ -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 */