diff options
Diffstat (limited to 'mm/vmalloc.c')
-rw-r--r-- | mm/vmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 659ec634856a..1ac191ce5641 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c | |||
@@ -272,7 +272,7 @@ static struct vm_struct *__find_vm_area(void *addr) | |||
272 | } | 272 | } |
273 | 273 | ||
274 | /* Caller must hold vmlist_lock */ | 274 | /* Caller must hold vmlist_lock */ |
275 | struct vm_struct *__remove_vm_area(void *addr) | 275 | static struct vm_struct *__remove_vm_area(void *addr) |
276 | { | 276 | { |
277 | struct vm_struct **p, *tmp; | 277 | struct vm_struct **p, *tmp; |
278 | 278 | ||