summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/at91/at91_common.c')
-rw-r--r--sys/arm/at91/at91_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/at91/at91_common.c b/sys/arm/at91/at91_common.c
index 9f960f6..bc13196 100644
--- a/sys/arm/at91/at91_common.c
+++ b/sys/arm/at91/at91_common.c
@@ -53,6 +53,7 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
{ NULL, NULL }
};
+#ifndef ARM_INTRNG
static int
fdt_aic_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig,
int *pol)
@@ -75,6 +76,7 @@ fdt_pic_decode_t fdt_pic_table[] = {
&fdt_aic_decode_ic,
NULL
};
+#endif
static void
at91_eoi(void *unused)
OpenPOWER on IntegriCloud