Merge branch 'x86/entry' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip...
[linux-2.6-microblaze.git] / mm / nommu.c
index 0df7ca3..0faf39b 100644 (file)
@@ -354,13 +354,6 @@ void vm_unmap_aliases(void)
 }
 EXPORT_SYMBOL_GPL(vm_unmap_aliases);
 
-struct vm_struct *alloc_vm_area(size_t size, pte_t **ptes)
-{
-       BUG();
-       return NULL;
-}
-EXPORT_SYMBOL_GPL(alloc_vm_area);
-
 void free_vm_area(struct vm_struct *area)
 {
        BUG();