[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Compilation fix on ia64. Include linux/vmalloc.h for struct vm_area.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 798c1317f97fe40eda0ef7614da3264a114fac63 # Parent f06be4aeb1f1f823a023f4135dcda260d07495fe Compilation fix on ia64. Include linux/vmalloc.h for struct vm_area. Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> diff -r f06be4aeb1f1 -r 798c1317f97f linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c --- a/linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c Mon May 01 15:29:08 2006 +0100 +++ b/linux-2.6-xen-sparse/drivers/xen/pciback/xenbus.c Mon May 01 15:29:38 2006 +0100 @@ -6,6 +6,7 @@ #include <linux/module.h> #include <linux/init.h> #include <linux/list.h> +#include <linux/vmalloc.h> #include <xen/xenbus.h> #include <xen/evtchn.h> #include "pciback.h" _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |