drm2/ttm: Add missing includes to fix arm TEGRA124 build

Fixes:	bcd85e0150 ("vm_page: make iter_insert() public")
This commit is contained in:
Jessica Clarke 2025-05-31 20:01:39 +01:00
parent 6dd1c0643e
commit 7944a87dce

View file

@ -35,7 +35,8 @@
* <kib@FreeBSD.org> under sponsorship from the FreeBSD Foundation.
*/
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/pctrie.h>
#include "opt_vm.h"
#include <dev/drm2/drmP.h>
@ -46,6 +47,7 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
#include <vm/vm_pageout.h>
#include <vm/vm_radix.h>
#define TTM_BO_VM_NUM_PREFAULT 16