summaryrefslogtreecommitdiffstats
path: root/sys/arm64
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-03-18 16:32:22 +0000
committerandrew <andrew@FreeBSD.org>2016-03-18 16:32:22 +0000
commit47415357accafefd4b215d76208e4eff03614d1d (patch)
tree5b8e3d13006c8c7090e8e5acd52475a988b0f0e3 /sys/arm64
parentd5c75c2b10120df7a70de80520c5118e79d0f6c7 (diff)
downloadFreeBSD-src-47415357accafefd4b215d76208e4eff03614d1d.zip
FreeBSD-src-47415357accafefd4b215d76208e4eff03614d1d.tar.gz
Move the opt_ files to be included first so their definitions can be used
from within all further included files. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/arm64/nexus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arm64/arm64/nexus.c b/sys/arm64/arm64/nexus.c
index ec2a16c..f48a7aa 100644
--- a/sys/arm64/arm64/nexus.c
+++ b/sys/arm64/arm64/nexus.c
@@ -39,6 +39,9 @@
* and I/O memory address space.
*/
+#include "opt_acpi.h"
+#include "opt_platform.h"
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
@@ -60,9 +63,6 @@ __FBSDID("$FreeBSD$");
#include <machine/resource.h>
#include <machine/intr.h>
-#include "opt_acpi.h"
-#include "opt_platform.h"
-
#ifdef FDT
#include <dev/ofw/openfirm.h>
#include "ofw_bus_if.h"
OpenPOWER on IntegriCloud