From: Christoph Hellwig Date: Mon, 24 Sep 2018 07:43:55 +0000 (+0200) Subject: block: don't include bug.h from bio.h X-Git-Tag: v4.20-rc1~191^2~145 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65969e5cb249b765cee261c8f0458ec778b0c22f;p=thirdparty%2Fkernel%2Flinux.git block: don't include bug.h from bio.h No need to pull in the BUG() defintion. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- diff --git a/include/linux/bio.h b/include/linux/bio.h index b3d47862b1b49..f447b0ebb2885 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h @@ -21,7 +21,6 @@ #include #include #include -#include #ifdef CONFIG_BLOCK /* struct bio, bio_vec and BIO_* flags are defined in blk_types.h */