mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
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:
parent
3317fedba9
commit
f5ff8422bb
5 changed files with 6 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
#define WRITEBACK_H
|
||||
|
||||
#include <linux/sched.h>
|
||||
#include <linux/fs.h>
|
||||
|
||||
struct backing_dev_info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue