From 2e4ad0539410c3ee50995e4c32b0e6c210202670 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Wed, 16 May 2007 22:11:07 -0700 Subject: [PATCH] --- yaml --- r: 56521 b: refs/heads/master c: d55e2ca87321b65387d3c52dd38128b3fe6723b0 h: refs/heads/master i: 56519: a383b4e775fa1834f480613813e4fc807e7fe56d v: v3 --- [refs] | 2 +- trunk/mm/vmalloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;