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:
parent
a9056bbb93
commit
b011fce09f
@ -39,6 +39,9 @@
|
|||||||
* and I/O memory address space.
|
* and I/O memory address space.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "opt_acpi.h"
|
||||||
|
#include "opt_platform.h"
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
@ -60,9 +63,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <machine/resource.h>
|
#include <machine/resource.h>
|
||||||
#include <machine/intr.h>
|
#include <machine/intr.h>
|
||||||
|
|
||||||
#include "opt_acpi.h"
|
|
||||||
#include "opt_platform.h"
|
|
||||||
|
|
||||||
#ifdef FDT
|
#ifdef FDT
|
||||||
#include <dev/ofw/openfirm.h>
|
#include <dev/ofw/openfirm.h>
|
||||||
#include "ofw_bus_if.h"
|
#include "ofw_bus_if.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user