Skip to content
Snippets Groups Projects
Commit 7db07aa2 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt :speech_balloon: Committed by Heinrich Schuchardt
Browse files

lmb: drop unused lmb_size_bytes()


lmb_size_bytes() is unused.

Signed-off-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: default avatarIlias Apalodimas <ilias.apalodimas@linaro.org>
parent 951a8c48
No related branches found
No related tags found
No related merge requests found
......@@ -113,12 +113,6 @@ long lmb_free(struct lmb *lmb, phys_addr_t base, phys_size_t size);
void lmb_dump_all(struct lmb *lmb);
void lmb_dump_all_force(struct lmb *lmb);
static inline phys_size_t
lmb_size_bytes(struct lmb_region *type, unsigned long region_nr)
{
return type->region[region_nr].size;
}
void board_lmb_reserve(struct lmb *lmb);
void arch_lmb_reserve(struct lmb *lmb);
void arch_lmb_reserve_generic(struct lmb *lmb, ulong sp, ulong end, ulong align);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment