summaryrefslogtreecommitdiffstats
path: root/sys/arm/amlogic/aml8726/aml8726_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/amlogic/aml8726/aml8726_machdep.c')
-rw-r--r--sys/arm/amlogic/aml8726/aml8726_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/amlogic/aml8726/aml8726_machdep.c b/sys/arm/amlogic/aml8726/aml8726_machdep.c
index e1cd1b9..1ad25b4 100644
--- a/sys/arm/amlogic/aml8726/aml8726_machdep.c
+++ b/sys/arm/amlogic/aml8726/aml8726_machdep.c
@@ -184,6 +184,7 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
{ NULL, NULL }
};
+#ifndef ARM_INTRNG
#ifndef DEV_GIC
static int
fdt_pic_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig,
@@ -212,3 +213,4 @@ fdt_pic_decode_t fdt_pic_table[] = {
#endif
NULL
};
+#endif /* ARM_INTRNG */
OpenPOWER on IntegriCloud