diff options
-rw-r--r-- | mm/hugetlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c index b52b6ddd6c15..abe1e9f2a942 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c | |||
@@ -328,7 +328,7 @@ free: | |||
328 | * allocated to satisfy the reservation must be explicitly freed if they were | 328 | * allocated to satisfy the reservation must be explicitly freed if they were |
329 | * never used. | 329 | * never used. |
330 | */ | 330 | */ |
331 | void return_unused_surplus_pages(unsigned long unused_resv_pages) | 331 | static void return_unused_surplus_pages(unsigned long unused_resv_pages) |
332 | { | 332 | { |
333 | static int nid = -1; | 333 | static int nid = -1; |
334 | struct page *page; | 334 | struct page *page; |