]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: compaction: make compact_zone_order() static
authorKyungmin Park <kyungmin.park@samsung.com>
Wed, 28 Sep 2011 00:50:25 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 29 Sep 2011 06:08:12 +0000 (16:08 +1000)
commitc3e8842c34e40b1146d8c5ce003e0a16cafa3102
treecd37a922998b9d4fbc1ce9a1169d7adb9eeb0d94
parentc1163fc19cee72e8724125fc7cdc66d8728d79b0
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>
Signed-off-by: Andrew Morton <>
include/linux/compaction.h
mm/compaction.c