[U-Boot] [PATCH 19/49] lmb: make local functions static
Jeroen Hofstee
jeroen at myspectrum.nl
Wed Oct 8 22:57:39 CEST 2014
Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>
---
lib/lmb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/lmb.c b/lib/lmb.c
index 41a2be4..031f0e1 100644
--- a/lib/lmb.c
+++ b/lib/lmb.c
@@ -236,7 +236,7 @@ long lmb_reserve(struct lmb *lmb, phys_addr_t base, phys_size_t size)
return lmb_add_region(_rgn, base, size);
}
-long lmb_overlaps_region(struct lmb_region *rgn, phys_addr_t base,
+static long lmb_overlaps_region(struct lmb_region *rgn, phys_addr_t base,
phys_size_t size)
{
unsigned long i;
--
2.1.0
More information about the U-Boot
mailing list