diff options
Diffstat (limited to 'fs/romfs')
-rw-r--r-- | fs/romfs/mmap-nommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/romfs/mmap-nommu.c b/fs/romfs/mmap-nommu.c index eed99428f104..d5168e8e7dcb 100644 --- a/fs/romfs/mmap-nommu.c +++ b/fs/romfs/mmap-nommu.c | |||
@@ -53,7 +53,7 @@ static unsigned long romfs_get_unmapped_area(struct file *file, | |||
53 | if (offset > mtd->size - len) | 53 | if (offset > mtd->size - len) |
54 | return (unsigned long) -EINVAL; | 54 | return (unsigned long) -EINVAL; |
55 | 55 | ||
56 | return mtd->get_unmapped_area(mtd, len, offset, flags); | 56 | return mtd_get_unmapped_area(mtd, len, offset, flags); |
57 | } | 57 | } |
58 | 58 | ||
59 | cant_map_directly: | 59 | cant_map_directly: |