projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bceacbf
)
block: don't include bug.h from bio.h
author
Christoph Hellwig
<hch@lst.de>
Mon, 24 Sep 2018 07:43:55 +0000
(09:43 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 24 Sep 2018 18:34:02 +0000
(12:34 -0600)
No need to pull in the BUG() defintion.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/bio.h
patch
|
blob
|
history
diff --git
a/include/linux/bio.h
b/include/linux/bio.h
index b3d47862b1b49184a7d1fe69c476818469a247d4..f447b0ebb28851a9a36039f2dc0e099d15b74487 100644
(file)
--- a/
include/linux/bio.h
+++ b/
include/linux/bio.h
@@
-21,7
+21,6
@@
#include <linux/highmem.h>
#include <linux/mempool.h>
#include <linux/ioprio.h>
-#include <linux/bug.h>
#ifdef CONFIG_BLOCK
/* struct bio, bio_vec and BIO_* flags are defined in blk_types.h */