Fix warnings with !CONFIG_BLOCK
Hide everything in blkdev.h with CONFIG_BLOCK isn't set, and fixup the (few) files that fail to build because they were relying on blkdev.h pulling in extra includes for them. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
@ -61,6 +61,7 @@
|
||||
#include <linux/delayacct.h>
|
||||
#include <linux/reciprocal_div.h>
|
||||
#include <linux/unistd.h>
|
||||
#include <linux/pagemap.h>
|
||||
|
||||
#include <asm/tlb.h>
|
||||
|
||||
|
Reference in New Issue
Block a user