mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04: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:
parent
a9056bbb93
commit
b011fce09f
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue