aboutsummaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91_common.c b/sys/arm/at91/at91_common.c
index bc13196bffb1..37f94d72c8a6 100644
--- a/sys/arm/at91/at91_common.c
+++ b/sys/arm/at91/at91_common.c
@@ -53,7 +53,7 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
{ NULL, NULL }
};
-#ifndef ARM_INTRNG
+#ifndef INTRNG
static int
fdt_aic_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig,
int *pol)