diff options
Diffstat (limited to 'mm/nommu.c')
-rw-r--r-- | mm/nommu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/nommu.c b/mm/nommu.c index e44e6e0a125c..ecd1f158548e 100644 --- a/mm/nommu.c +++ b/mm/nommu.c | |||
@@ -1871,10 +1871,6 @@ unsigned long arch_get_unmapped_area(struct file *file, unsigned long addr, | |||
1871 | return -ENOMEM; | 1871 | return -ENOMEM; |
1872 | } | 1872 | } |
1873 | 1873 | ||
1874 | void arch_unmap_area(struct mm_struct *mm, unsigned long addr) | ||
1875 | { | ||
1876 | } | ||
1877 | |||
1878 | void unmap_mapping_range(struct address_space *mapping, | 1874 | void unmap_mapping_range(struct address_space *mapping, |
1879 | loff_t const holebegin, loff_t const holelen, | 1875 | loff_t const holebegin, loff_t const holelen, |
1880 | int even_cows) | 1876 | int even_cows) |