summaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-10-12 18:17:58 +0200
committerJens Axboe <axboe@kernel.dk>2021-10-18 06:17:34 -0600
commit11d9cab1ca6ed08747c6c5a274c6a8e8307aefbc (patch)
treec5ec9d350fe7e9cf76007147f7a1b141e9010c6e /include/linux/bio.h
parent9e8c0d0d4d21d2c2c60132e2c18a73d08a230b42 (diff)
downloadlinux-stable-11d9cab1ca6ed08747c6c5a274c6a8e8307aefbc.tar.gz
linux-stable-11d9cab1ca6ed08747c6c5a274c6a8e8307aefbc.tar.bz2
linux-stable-11d9cab1ca6ed08747c6c5a274c6a8e8307aefbc.zip
block: don't include <linux/ioprio.h> in <linux/bio.h>
bio.h doesn't need any of the definitions from ioprio.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20211012161804.991559-3-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/bio.h')
-rw-r--r--include/linux/bio.h1
1 files changed, 0 insertions, 1 deletions
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 <linux/mempool.h>
-#include <linux/ioprio.h>
/* struct bio, bio_vec and BIO_* flags are defined in blk_types.h */
#include <linux/blk_types.h>
#include <linux/uio.h>