From: Christoph Hellwig Date: Tue, 12 Oct 2021 16:17:58 +0000 (+0200) Subject: block: don't include in X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=11d9cab1ca6ed08747c6c5a274c6a8e8307aefbc;p=uclinux-h8%2Flinux.git block: don't include in bio.h doesn't need any of the definitions from ioprio.h. Signed-off-by: Christoph Hellwig Link: https://lore.kernel.org/r/20211012161804.991559-3-hch@lst.de Signed-off-by: Jens Axboe --- diff --git a/include/linux/bio.h b/include/linux/bio.h index 65a356fa7110..ae94794d07c9 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h @@ -6,7 +6,6 @@ #define __LINUX_BIO_H #include -#include /* struct bio, bio_vec and BIO_* flags are defined in blk_types.h */ #include #include