]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/memblock.h
mm/memblock: make memblock_remove_range() static
[linux-beck.git] / include / linux / memblock.h
index c518eb5892603fdd89cdb6d674f1f633f0451367..24daf8fc4d7c71e4c36ed0063849c01a3b31d022 100644 (file)
@@ -89,10 +89,6 @@ int memblock_add_range(struct memblock_type *type,
                       phys_addr_t base, phys_addr_t size,
                       int nid, unsigned long flags);
 
-int memblock_remove_range(struct memblock_type *type,
-                         phys_addr_t base,
-                         phys_addr_t size);
-
 void __next_mem_range(u64 *idx, int nid, ulong flags,
                      struct memblock_type *type_a,
                      struct memblock_type *type_b, phys_addr_t *out_start,