Include "opt_platform.h" early so that the FDT option is visible as needed.

This commit is contained in:
Ian Lepore 2015-10-18 20:32:37 +00:00
parent 95a3f7fb33
commit 302a9d3633
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289547
2 changed files with 4 additions and 0 deletions

View 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>

View File

@ -28,6 +28,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_platform.h"
#include <sys/param.h>
#include <sys/systm.h>