git: aabd759cf766 - main - drm2: Fix the build after commit 38e3125d6df9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Nov 2024 21:32:41 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=aabd759cf766f22ac8e4049dbbc6c051ee110581 commit aabd759cf766f22ac8e4049dbbc6c051ee110581 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2024-11-26 00:39:37 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-11-26 21:04:36 +0000 drm2: Fix the build after commit 38e3125d6df9 Fixes: 38e3125d6df9 ("device_pager: user iterators to free device pages") --- sys/arm/nvidia/drm2/tegra_bo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arm/nvidia/drm2/tegra_bo.c b/sys/arm/nvidia/drm2/tegra_bo.c index e1a6a425be4d..0b62e78224dc 100644 --- a/sys/arm/nvidia/drm2/tegra_bo.c +++ b/sys/arm/nvidia/drm2/tegra_bo.c @@ -29,6 +29,8 @@ #include <sys/bus.h> #include <sys/kernel.h> #include <sys/malloc.h> +#include <sys/pctrie.h> +#include <sys/vmem.h> #include <machine/bus.h> @@ -39,8 +41,6 @@ #include <arm/nvidia/drm2/tegra_drm.h> -#include <sys/vmem.h> -#include <sys/vmem.h> #include <vm/vm.h> #include <vm/vm_pageout.h>