summaryrefslogtreecommitdiff
path: root/mm/nommu.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-05-10 13:01:02 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-05-10 13:01:02 +1000
commit23e99e8d8b6ddee68c1921af148e3712e98d47e2 (patch)
tree390c951f56a42f3f6921e714600e394ef3892880 /mm/nommu.c
parentbcfc692967d36ad972d61f39377ec47bf24d682c (diff)
parentbad7d91ac27acf1c133f2a0bbb3e1057188bef07 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'mm/nommu.c')
-rw-r--r--mm/nommu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/nommu.c b/mm/nommu.c
index 298884dcd6e7..886e07ce4d1d 100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -1869,10 +1869,6 @@ unsigned long arch_get_unmapped_area(struct file *file, unsigned long addr,
return -ENOMEM;
}
-void arch_unmap_area(struct mm_struct *mm, unsigned long addr)
-{
-}
-
void unmap_mapping_range(struct address_space *mapping,
loff_t const holebegin, loff_t const holelen,
int even_cows)