summaryrefslogtreecommitdiffstats
path: root/sys/arm/samsung/exynos
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/samsung/exynos')
-rw-r--r--sys/arm/samsung/exynos/exynos5_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/samsung/exynos/exynos5_common.c b/sys/arm/samsung/exynos/exynos5_common.c
index 658efc4..8818f04 100644
--- a/sys/arm/samsung/exynos/exynos5_common.c
+++ b/sys/arm/samsung/exynos/exynos5_common.c
@@ -53,6 +53,7 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
{ NULL, NULL }
};
+#ifndef ARM_INTRNG
static int
fdt_pic_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig,
int *pol)
@@ -71,3 +72,4 @@ fdt_pic_decode_t fdt_pic_table[] = {
&fdt_pic_decode_ic,
NULL
};
+#endif
OpenPOWER on IntegriCloud