diff options
Diffstat (limited to 'include/lmb.h')
-rw-r--r-- | include/lmb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/lmb.h b/include/lmb.h index 04558724a78..2f155d706ed 100644 --- a/include/lmb.h +++ b/include/lmb.h @@ -63,9 +63,6 @@ struct lmb { */ int lmb_init(void); -void lmb_init_and_reserve_range(phys_addr_t base, phys_size_t size, - void *fdt_blob); - /** * lmb_add_memory() - Add memory range for LMB allocations * |