[PATCH] Mark __remove_vm_area() static
[linux-2.6-microblaze.git] / mm / vmalloc.c
index 659ec63..1ac191c 100644 (file)
@@ -272,7 +272,7 @@ static struct vm_struct *__find_vm_area(void *addr)
 }
 
 /* Caller must hold vmlist_lock */
-struct vm_struct *__remove_vm_area(void *addr)
+static struct vm_struct *__remove_vm_area(void *addr)
 {
        struct vm_struct **p, *tmp;