# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Node ID 179b80ec0b1776d0188c7e0accb061bef197624a # Parent a19cc748469e99eae7f289f3beb03206982b9ba2 compliation fix on ia64. include linux/vmalloc.h for struct vm_area PATCHNAME: compilation_fix_pciback_xenbus Signed-off-by: Isaku Yamahata diff -r a19cc748469e -r 179b80ec0b17 linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c --- a/linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c Sun Apr 30 09:52:59 2006 +0100 +++ b/linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c Mon May 1 21:10:23 2006 +0900 @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include "pciback.h"