From b58caada601b1929fab1e6c3a4fcfc016e1b9fbd Mon Sep 17 00:00:00 2001 From: Sughosh Ganu Date: Mon, 26 Aug 2024 17:29:31 +0530 Subject: lmb: remove the unused board_lmb_reserve() function The board_lmb_reserve() function is not being used, and currently there is only an empty weak function defined. Remove this unused function. Signed-off-by: Sughosh Ganu Reviewed-by: Simon Glass Reviewed-by: Ilias Apalodimas --- include/lmb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/lmb.h b/include/lmb.h index fb1a6db8e2b..fc2daaa7bfc 100644 --- a/include/lmb.h +++ b/include/lmb.h @@ -107,8 +107,6 @@ long lmb_free(phys_addr_t base, phys_size_t size); void lmb_dump_all(void); void lmb_dump_all_force(void); -void board_lmb_reserve(void); - struct lmb *lmb_get(void); int lmb_push(struct lmb *store); void lmb_pop(struct lmb *store); -- cgit v1.2.3