]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: compaction: make compact_zone_order() static
authorKyungmin Park <kyungmin.park@samsung.com>
Mon, 24 Oct 2011 14:54:27 +0000 (01:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 25 Oct 2011 09:07:49 +0000 (20:07 +1100)
commitcea8dc6ed93f472cd79f15512f49ad07ddbcc966
treed42fc98aaeb41a659236b221f144aaa4d455b5d9
parentbfe17dc6aa684b313f014f71fdff8bc3c7f41f37
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