diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index c101921e6a64..91e29b3ed2b6 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -771,8 +771,8 @@ static int move_freepages_block(struct zone *zone, struct page *page, | |||
771 | } | 771 | } |
772 | 772 | ||
773 | /* Remove an element from the buddy allocator from the fallback list */ | 773 | /* Remove an element from the buddy allocator from the fallback list */ |
774 | static struct page *__rmqueue_fallback(struct zone *zone, int order, | 774 | static inline struct page * |
775 | int start_migratetype) | 775 | __rmqueue_fallback(struct zone *zone, int order, int start_migratetype) |
776 | { | 776 | { |
777 | struct free_area * area; | 777 | struct free_area * area; |
778 | int current_order; | 778 | int current_order; |