aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2014-02-17 20:04:57 +0000
committerIan Lepore <ian@FreeBSD.org>2014-02-17 20:04:57 +0000
commit4af6e44409e99c96cb61ad6cb02a39674c25d9be (patch)
treee13aff961d9b6a92e1b237943ddc2aff6afd77fb /sys/arm/include
parentadacc0725e89d140c643796cf3e52c3a2e9c500e (diff)
Notes
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/physmem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/include/physmem.h b/sys/arm/include/physmem.h
index 76af0f618f75..4c0d3c5eb85d 100644
--- a/sys/arm/include/physmem.h
+++ b/sys/arm/include/physmem.h
@@ -65,7 +65,7 @@ void arm_physmem_print_tables(void);
#include <machine/ofw_machdep.h>
-inline void
+static inline void
arm_physmem_hardware_regions(struct mem_region * mrptr, int mrcount)
{
while (mrcount--) {
@@ -74,7 +74,7 @@ arm_physmem_hardware_regions(struct mem_region * mrptr, int mrcount)
}
}
-inline void
+static inline void
arm_physmem_exclude_regions(struct mem_region * mrptr, int mrcount,
uint32_t exflags)
{