git: 5bb01b65a763 - stable/13 - linuxkpi: Include highmem.h in pagemap.h

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 15:10:19 UTC
The branch stable/13 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=5bb01b65a763bdd2fc0f8fbe2df8fcbc6a243c39

commit 5bb01b65a763bdd2fc0f8fbe2df8fcbc6a243c39
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-08-02 08:42:46 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-09-07 15:09:04 +0000

    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
    
    (cherry picked from commit b829f450a7a3915d21031b69e83e535c1bd3248d)
---
 sys/compat/linuxkpi/common/include/linux/pagemap.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/pagemap.h b/sys/compat/linuxkpi/common/include/linux/pagemap.h
index da1dc6a9e81f..f3c8c04aa13e 100644
--- a/sys/compat/linuxkpi/common/include/linux/pagemap.h
+++ b/sys/compat/linuxkpi/common/include/linux/pagemap.h
@@ -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)