linuxkpi: Include highmem.h in pagemap.h

Linux does the same.

Reviewed by:	bz, emaste, hselasky
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D36023
This commit is contained in:
Emmanuel Vadot 2022-08-02 10:42:46 +02:00
parent 789dbdbb48
commit b829f450a7

View File

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