From: Christoph Hellwig Date: Mon, 24 Sep 2018 07:43:54 +0000 (+0200) Subject: block: don't include io.h from bio.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bceacbfa48bf132d8d88058904cf5859eeb4f3e6;p=linux.git 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 Signed-off-by: Jens Axboe --- diff --git a/include/linux/bio.h b/include/linux/bio.h index 9ad4b0a487a41..b3d47862b1b49 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h @@ -24,9 +24,6 @@ #include #ifdef CONFIG_BLOCK - -#include - /* struct bio, bio_vec and BIO_* flags are defined in blk_types.h */ #include