summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-04-04 23:10:13 +0000
committerandrew <andrew@FreeBSD.org>2015-04-04 23:10:13 +0000
commit7d8a76a98f4edabb96f442184135c7b4adbe385b (patch)
treedef4b118b4bcce1bda3cf7a15647298b1f345d89
parent5962f57b5d9c8d679b9e8eabe4e6794b0b8d988d (diff)
downloadFreeBSD-src-7d8a76a98f4edabb96f442184135c7b4adbe385b.zip
FreeBSD-src-7d8a76a98f4edabb96f442184135c7b4adbe385b.tar.gz
Re-add machine/bus.h to machine/fdt.h on arm, it's still needed.
-rw-r--r--sys/arm/include/fdt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/fdt.h b/sys/arm/include/fdt.h
index 4f78b19..037aa55 100644
--- a/sys/arm/include/fdt.h
+++ b/sys/arm/include/fdt.h
@@ -34,6 +34,8 @@
#include <dev/ofw/openfirm.h>
+#include <machine/bus.h>
+
/* Max interrupt number */
#define FDT_INTR_MAX NIRQ
OpenPOWER on IntegriCloud