memblock: drop memblock_free_early_nid() and memblock_free_early()
[linux-2.6-block.git] / mm / sparse.c
index 120bc8ea5293e60bcb5dd91f22467767dd959892..55fea0c2f927e5561395ba2fc7cf8cdde83fa90b 100644 (file)
@@ -451,7 +451,7 @@ static void *sparsemap_buf_end __meminitdata;
 static inline void __meminit sparse_buffer_free(unsigned long size)
 {
        WARN_ON(!sparsemap_buf || size == 0);
-       memblock_free_early(__pa(sparsemap_buf), size);
+       memblock_free(__pa(sparsemap_buf), size);
 }
 
 static void __init sparse_buffer_init(unsigned long size, int nid)