summaryrefslogtreecommitdiffstats
path: root/sys/arm/allwinner/a10_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/allwinner/a10_common.c')
-rw-r--r--sys/arm/allwinner/a10_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arm/allwinner/a10_common.c b/sys/arm/allwinner/a10_common.c
index 3b5bf0e..dacb97e 100644
--- a/sys/arm/allwinner/a10_common.c
+++ b/sys/arm/allwinner/a10_common.c
@@ -42,6 +42,8 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
{ NULL, NULL }
};
+#ifndef ARM_INTRNG
+
static int
fdt_aintc_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig,
int *pol)
@@ -66,3 +68,5 @@ fdt_pic_decode_t fdt_pic_table[] = {
&fdt_aintc_decode_ic,
NULL
};
+
+#endif /* ARM_INTRNG */
OpenPOWER on IntegriCloud