For some arches this is required in order to have access to USER_PGTABLES_CEILING and FIRST_USER_ADDRESS. Reported-by: kernel test robot <lkp@xxxxxxxxx> Closes: https://lore.kernel.org/oe-kbuild-all/202408242348.uGvgH9tt-lkp@xxxxxxxxx/ Closes: https://lore.kernel.org/oe-kbuild-all/202408242304.1A1fXTgE-lkp@xxxxxxxxx/ Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> --- mm/vma_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/vma_internal.h b/mm/vma_internal.h index b930ab12a587..971b13e880c9 100644 --- a/mm/vma_internal.h +++ b/mm/vma_internal.h @@ -33,6 +33,7 @@ #include <linux/mutex.h> #include <linux/pagemap.h> #include <linux/pfn.h> +#include <linux/pgtable.h> #include <linux/rcupdate.h> #include <linux/rmap.h> #include <linux/rwsem.h> -- 2.46.0