From: Andrew Morton s390: In file included from include/linux/vmalloc.h:6, from arch/s390/mm/ioremap.c:16: include/asm/pgtable.h: In function 'page_test_and_clear_dirty': include/asm/pgtable.h:643: error: 'mem_map' undeclared (first use in this function) include/asm/pgtable.h:643: error: (Each undeclared identifier is reported only once Cc: KAMEZAWA Hiroyuki Cc: Andy Whitcroft Cc: Dave Hansen Cc: Martin Bligh Cc: "Luck, Tony" Cc: Christoph Lameter Signed-off-by: Andrew Morton --- include/linux/vmalloc.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/vmalloc.h~virtual-memmap-on-sparsemem-v3-map-and-unmap-fix-3 include/linux/vmalloc.h --- a/include/linux/vmalloc.h~virtual-memmap-on-sparsemem-v3-map-and-unmap-fix-3 +++ a/include/linux/vmalloc.h @@ -2,6 +2,7 @@ #define _LINUX_VMALLOC_H #include +#include #include /* pgprot_t */ #include /* pud_t */ _