aboutsummaryrefslogtreecommitdiff
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, 2 insertions, 2 deletions
diff --git a/sys/arm/allwinner/a10_common.c b/sys/arm/allwinner/a10_common.c
index d20853a0af40..82be0c043ab5 100644
--- a/sys/arm/allwinner/a10_common.c
+++ b/sys/arm/allwinner/a10_common.c
@@ -42,7 +42,7 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
{ NULL, NULL }
};
-#ifndef ARM_INTRNG
+#ifndef INTRNG
static int
fdt_aintc_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig,
@@ -69,4 +69,4 @@ fdt_pic_decode_t fdt_pic_table[] = {
NULL
};
-#endif /* ARM_INTRNG */
+#endif /* INTRNG */