]> 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, 6 Oct 2011 05:59:49 +0000 (16:59 +1100)
commitb76c5851df8c880b812997e9345f27ab7eaac9b1
tree3e5839e65d8b50c4cb3c1e97b47ea5a7310dcc10
parent8b2485c8fc8d5fbbb803c6a9ce0e2a9985bfbcf1
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