From: Andrew Morton bah. Cc: Nick Piggin Signed-off-by: Andrew Morton --- include/linux/vmalloc.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/linux/vmalloc.h~mm-introduce-remap_vmalloc_range-fix include/linux/vmalloc.h --- devel/include/linux/vmalloc.h~mm-introduce-remap_vmalloc_range-fix 2006-04-21 18:16:07.000000000 -0700 +++ devel-akpm/include/linux/vmalloc.h 2006-04-21 18:16:19.000000000 -0700 @@ -4,6 +4,8 @@ #include #include /* pgprot_t */ +struct vm_area_struct; + /* bits in vm_struct->flags */ #define VM_IOREMAP 0x00000001 /* ioremap() and friends */ #define VM_ALLOC 0x00000002 /* vmalloc() */ _