]> 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>
Fri, 30 Sep 2011 04:53:30 +0000 (14:53 +1000)
commit606b71836425d0b7a0fda7293a98c6e75dd7517e
tree0f1cb3373760388ebff9b385c4cf25cbc28e05c8
parentf229b23c1565290240760656eca753fa579a0803
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