mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
block: don't include bug.h from bio.h
No need to pull in the BUG() defintion. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
bceacbfa48
commit
65969e5cb2
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
||||||
#include <linux/highmem.h>
|
#include <linux/highmem.h>
|
||||||
#include <linux/mempool.h>
|
#include <linux/mempool.h>
|
||||||
#include <linux/ioprio.h>
|
#include <linux/ioprio.h>
|
||||||
#include <linux/bug.h>
|
|
||||||
|
|
||||||
#ifdef CONFIG_BLOCK
|
#ifdef CONFIG_BLOCK
|
||||||
/* struct bio, bio_vec and BIO_* flags are defined in blk_types.h */
|
/* struct bio, bio_vec and BIO_* flags are defined in blk_types.h */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue