linuxkpi: Include <linux/vmalloc.h> from <linux/pagemap.h>

I'm not sure this is correct, but it gives access to the definition of
`PAGE_KERNEL` in `ttm_tt.c` in the DRM drivers.

Reviewed by:	manu
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D38154
This commit is contained in:
Jean-Sébastien Pédron 2023-01-20 18:51:40 +01:00
parent b34cd67243
commit 3d47e3bf7b
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC

View File

@ -33,6 +33,7 @@
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/vmalloc.h>
static inline void
release_pages(struct page **pages, int nr)