mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ANDROID: fs/fuse: Missing header for passthrough
Building the kernel with qcom_defconfig fails as linux/file.h doesn't
seems to be indirectly inherited anymore.
Fix by including the header explicitly.
Fixes: 9ea958368e ("FROMLIST: fuse: Passthrough initialization and release")
Signed-off-by: Alessio Balsini <balsini@google.com>
Change-Id: I3f460d84fe79166f318cf4efd8a386653a25d3a7
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "fuse_i.h"
|
||||
|
||||
#include <linux/file.h>
|
||||
#include <linux/fuse.h>
|
||||
#include <linux/idr.h>
|
||||
#include <linux/uio.h>
|
||||
|
||||
Reference in New Issue
Block a user