diff --git a/[refs] b/[refs] index 581a0f94e2f9..756943af6a82 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df652fe173c12d29960f3a8eafce29041e86b942 +refs/heads/master: d55e2ca87321b65387d3c52dd38128b3fe6723b0 diff --git a/trunk/mm/vmalloc.c b/trunk/mm/vmalloc.c index faa2a521dea3..d3a9c5368257 100644 --- a/trunk/mm/vmalloc.c +++ b/trunk/mm/vmalloc.c @@ -311,7 +311,7 @@ struct vm_struct *remove_vm_area(void *addr) return v; } -void __vunmap(void *addr, int deallocate_pages) +static void __vunmap(void *addr, int deallocate_pages) { struct vm_struct *area;