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:
Kyle Evans 2023-03-07 11:37:31 -06:00
parent c57dfd92c8
commit 1867702942

View File

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