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:
parent
789dbdbb48
commit
b829f450a7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user