]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: compaction: make compact_zone_order() static
authorKyungmin Park <kyungmin.park@samsung.com>
Wed, 5 Oct 2011 00:43:12 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:49:28 +0000 (17:49 +1100)
commitcab11b9df3db49764db264c7899f268682afeb53
treeebe3f4b40433c67c434143dd96db2ddb8d37f9e8
parent40bf608351827836eae8c5770bc811fa5553262e
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>
include/linux/compaction.h
mm/compaction.c