diff options
Diffstat (limited to 'fs/ubifs/file.c')
-rw-r--r-- | fs/ubifs/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ubifs/file.c b/fs/ubifs/file.c index 005a3b854d96..8565e586e533 100644 --- a/fs/ubifs/file.c +++ b/fs/ubifs/file.c | |||
@@ -53,6 +53,7 @@ | |||
53 | 53 | ||
54 | #include "ubifs.h" | 54 | #include "ubifs.h" |
55 | #include <linux/mount.h> | 55 | #include <linux/mount.h> |
56 | #include <linux/namei.h> | ||
56 | 57 | ||
57 | static int read_block(struct inode *inode, void *addr, unsigned int block, | 58 | static int read_block(struct inode *inode, void *addr, unsigned int block, |
58 | struct ubifs_data_node *dn) | 59 | struct ubifs_data_node *dn) |