mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
arm64: fix the LINT-ACPI build
This file uses VM_MEMATTR_DEVICE_NP, which it gets through header pollution somewhere with FDT enabled. Pull in vm/vm.h to make it explicit.
This commit is contained in:
parent
c57dfd92c8
commit
1867702942
@ -42,6 +42,8 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/rman.h>
|
||||
#include <sys/endian.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
||||
#ifdef FDT
|
||||
#include <dev/ofw/openfirm.h>
|
||||
#include <dev/ofw/ofw_bus.h>
|
||||
|
Loading…
Reference in New Issue
Block a user