commit | 750a6ff468e5eefdfeb39413b2aa3e10c7f2efc4 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:57:39 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 07:02:01 2014 -0400 |
tree | c51cd60650bc29465f935d7567a9c54219753620 | |
parent | 718fecae4ac15307cdf835883ff18ce48aecef2b [diff] [blame] |
lmb: make local functions static Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
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 @@ 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;