1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

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
This commit is contained in:
Andrew Turner 2016-03-18 16:32:22 +00:00
parent a9056bbb93
commit b011fce09f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297030

View File

@ -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"