diff options
Diffstat (limited to 'mm/memory_hotplug.c')
-rw-r--r-- | mm/memory_hotplug.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index f827cf4cb4e5..030ce8a5bb0e 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
@@ -72,7 +72,9 @@ static void get_page_bootmem(unsigned long info, struct page *page, int type) | |||
72 | atomic_inc(&page->_count); | 72 | atomic_inc(&page->_count); |
73 | } | 73 | } |
74 | 74 | ||
75 | void put_page_bootmem(struct page *page) | 75 | /* reference to __meminit __free_pages_bootmem is valid |
76 | * so use __ref to tell modpost not to generate a warning */ | ||
77 | void __ref put_page_bootmem(struct page *page) | ||
76 | { | 78 | { |
77 | int type; | 79 | int type; |
78 | 80 | ||