1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

lmb: only force on arches that use it

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger
2009-11-03 11:35:59 -05:00
committed by Wolfgang Denk
parent dac4d7e884
commit a16028da63
8 changed files with 40 additions and 20 deletions

View File

@@ -52,6 +52,10 @@ 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);
#endif /* __KERNEL__ */
#endif /* _LINUX_LMB_H */