mm: compaction: make compact_zone_order() static

There's no compact_zone_order() user outside file scope, so make it static.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: David Rientjes <rientjes@google.com>
Reviewed-by: Minchan Kim <minchan.kim@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Kyungmin Park
2011-10-31 17:09:08 -07:00
committed by Linus Torvalds
parent dd73e85f6d
commit d43a87e68e
2 changed files with 1 additions and 9 deletions

View File

@ -582,7 +582,7 @@ out:
return ret;
}
unsigned long compact_zone_order(struct zone *zone,
static unsigned long compact_zone_order(struct zone *zone,
int order, gfp_t gfp_mask,
bool sync)
{