summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale/imx/imx_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/freescale/imx/imx_common.c')
-rw-r--r--sys/arm/freescale/imx/imx_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/freescale/imx/imx_common.c b/sys/arm/freescale/imx/imx_common.c
index 0fe7082..50922e6 100644
--- a/sys/arm/freescale/imx/imx_common.c
+++ b/sys/arm/freescale/imx/imx_common.c
@@ -54,6 +54,7 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
{ NULL, NULL }
};
+#ifndef ARM_INTRNG
static int
fdt_intc_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig,
int *pol)
@@ -70,3 +71,4 @@ fdt_pic_decode_t fdt_pic_table[] = {
&fdt_intc_decode_ic,
NULL
};
+#endif /* ARM_INTRNG */
OpenPOWER on IntegriCloud