mm: compaction: make compact_zone_order() static
[pandora-kernel.git] / mm / compaction.c
index a0e4202..899d956 100644 (file)
@@ -582,7 +582,7 @@ out:
        return ret;
 }
 
-unsigned long compact_zone_order(struct zone *zone,
+static unsigned long compact_zone_order(struct zone *zone,
                                 int order, gfp_t gfp_mask,
                                 bool sync)
 {