summaryrefslogtreecommitdiffstats
path: root/sys/arm/versatile/versatile_common.c
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-04-15 16:05:41 +0000
committerandrew <andrew@FreeBSD.org>2016-04-15 16:05:41 +0000
commitb72ace02b465aa1a930c057d7d152afb30b4bf95 (patch)
treec056fc0e7b6a92e3f45576eece676b6b5e376499 /sys/arm/versatile/versatile_common.c
parent3115fdeded44fbb337c8cb3062b7f5bb11781357 (diff)
downloadFreeBSD-src-b72ace02b465aa1a930c057d7d152afb30b4bf95.zip
FreeBSD-src-b72ace02b465aa1a930c057d7d152afb30b4bf95.tar.gz
Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine
independent code that needs to know about INTRNG such as PCI drivers. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/arm/versatile/versatile_common.c')
-rw-r--r--sys/arm/versatile/versatile_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/versatile/versatile_common.c b/sys/arm/versatile/versatile_common.c
index c47c298..aca54b7 100644
--- a/sys/arm/versatile/versatile_common.c
+++ b/sys/arm/versatile/versatile_common.c
@@ -50,7 +50,7 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
{ NULL, NULL }
};
-#ifndef ARM_INTRNG
+#ifndef INTRNG
static int
fdt_intc_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig,
int *pol)
OpenPOWER on IntegriCloud