瀏覽代碼

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>
Christoph Hellwig 6 年之前
父節點
當前提交
65969e5cb2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/linux/bio.h

+ 0 - 1
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 */