mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: Incremental fs: Explicitly include <linux/pagemap.h>
<linux/blkdev.h> no longer includes <linux/pagemap.h>.
Besides, source files should explicitly include headers providing used
functionality anyway.
Fixes: 4ee60ec156 ("include: remove pagemap.h from blkdev.h")
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Change-Id: I6d28e5cc100780ecd74f5d772f08fd4b0f977898
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
14fa3689f5
commit
48937ca428
@@ -12,6 +12,7 @@
|
||||
#include <linux/fsverity.h>
|
||||
#include <linux/mmap_lock.h>
|
||||
#include <linux/namei.h>
|
||||
#include <linux/pagemap.h>
|
||||
#include <linux/parser.h>
|
||||
#include <linux/seq_file.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user