]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Include "opt_platform.h" early so that the FDT option is visible as needed.
authorian <ian@FreeBSD.org>
Sun, 18 Oct 2015 20:32:37 +0000 (20:32 +0000)
committerian <ian@FreeBSD.org>
Sun, 18 Oct 2015 20:32:37 +0000 (20:32 +0000)
sys/arm/annapurna/alpine/common.c
sys/arm/qemu/virt_common.c

index a0fade09128ed2a9d88473bcc758857e8ee0bf51..774bf00aceca8fef57a71e38cd02db9d8d2182f7 100644 (file)
@@ -29,6 +29,8 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include "opt_platform.h"
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/bus.h>
index fc022473e6eac99e06c4bf7c5a940a189d871b8c..0f407243cff4a365fc34e083a6cdf3620f546c05 100644 (file)
@@ -28,6 +28,8 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include "opt_platform.h"
+
 #include <sys/param.h>
 #include <sys/systm.h>