mm/sparse: make mminit_validate_memmodel_limits() static
[linux-2.6-block.git] / mm / sparse.c
index d21c6e5910d07b41cc49f1dad131a9e95c91800b..952f06d8f37317744affaccc86f1086d3c7eeb3b 100644 (file)
@@ -126,7 +126,7 @@ static inline int sparse_early_nid(struct mem_section *section)
 }
 
 /* Validate the physical addressing limitations of the model */
-void __meminit mminit_validate_memmodel_limits(unsigned long *start_pfn,
+static void __meminit mminit_validate_memmodel_limits(unsigned long *start_pfn,
                                                unsigned long *end_pfn)
 {
        unsigned long max_sparsemem_pfn = 1UL << (MAX_PHYSMEM_BITS-PAGE_SHIFT);