]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/memblock.h
memblock: refactor internal allocation functions
[linux.git] / include / linux / memblock.h
index 0c83751203221b16680c23c65fc53cd39b77a935..c1315c331a8eff563012b57f87237593248fedd7 100644 (file)
@@ -327,7 +327,6 @@ static inline int memblock_get_region_node(const struct memblock_region *r)
 
 phys_addr_t memblock_phys_alloc_range(phys_addr_t size, phys_addr_t align,
                                      phys_addr_t start, phys_addr_t end);
-phys_addr_t memblock_phys_alloc_nid(phys_addr_t size, phys_addr_t align, int nid);
 phys_addr_t memblock_phys_alloc_try_nid(phys_addr_t size, phys_addr_t align, int nid);
 
 static inline phys_addr_t memblock_phys_alloc(phys_addr_t size,