mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
dpaa2: Fix kernel built with ACPI_DEBUG
PR: 282800 Reported by: phk Tested by: bz MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D47666
This commit is contained in:
parent
c7d29adcb3
commit
c2dd2be344
1 changed files with 4 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
#include <machine/resource.h>
|
||||
|
||||
#include <contrib/dev/acpica/include/acpi.h>
|
||||
#include <contrib/dev/acpica/include/accommon.h>
|
||||
#include <dev/acpica/acpivar.h>
|
||||
|
||||
#include "acpi_bus_if.h"
|
||||
|
|
@ -56,6 +57,9 @@
|
|||
#include "dpaa2_mc.h"
|
||||
#include "dpaa2_mc_if.h"
|
||||
|
||||
#define _COMPONENT ACPI_BUS
|
||||
ACPI_MODULE_NAME("DPAA2_MC")
|
||||
|
||||
struct dpaa2_mac_dev_softc {
|
||||
int uid;
|
||||
uint64_t reg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue