summaryrefslogtreecommitdiffstats
path: root/sys/arm/lpc
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-01-05 20:09:51 +0000
committerian <ian@FreeBSD.org>2014-01-05 20:09:51 +0000
commite0c5d7ff0145a08699e6515f04bb2bce0e4266c3 (patch)
tree044d5f730649fc2f3559ff155fc8d5021694618e /sys/arm/lpc
parent0b0d3d9762acca684f769165e77c904e835c42bf (diff)
downloadFreeBSD-src-e0c5d7ff0145a08699e6515f04bb2bce0e4266c3.zip
FreeBSD-src-e0c5d7ff0145a08699e6515f04bb2bce0e4266c3.tar.gz
Add #include <machine/fdt.h> to a few files that used to get it via
pollution from other headers.
Diffstat (limited to 'sys/arm/lpc')
-rw-r--r--sys/arm/lpc/lpc_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/lpc/lpc_machdep.c b/sys/arm/lpc/lpc_machdep.c
index 53b2b4b..0cdfd03 100644
--- a/sys/arm/lpc/lpc_machdep.c
+++ b/sys/arm/lpc/lpc_machdep.c
@@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include <machine/bus.h>
+#include <machine/fdt.h>
#include <machine/devmap.h>
#include <machine/machdep.h>
OpenPOWER on IntegriCloud