ia64/xen-unstable
changeset 13778:5558f396e068
[IA64] Fix xencons_early_setup build warning
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
author | awilliam@xenbuild2.aw |
---|---|
date | Sun Feb 04 11:37:48 2007 -0700 (2007-02-04) |
parents | 1502ba048b73 |
children | 339d9e632a80 |
files | linux-2.6-xen-sparse/arch/ia64/kernel/setup.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/ia64/kernel/setup.c Sun Feb 04 11:36:12 2007 -0700 1.2 +++ b/linux-2.6-xen-sparse/arch/ia64/kernel/setup.c Sun Feb 04 11:37:48 2007 -0700 1.3 @@ -63,6 +63,7 @@ 1.4 #ifdef CONFIG_XEN 1.5 #include <asm/hypervisor.h> 1.6 #include <asm/xen/xencomm.h> 1.7 +#include <xen/xencons.h> 1.8 #endif 1.9 #include <linux/dma-mapping.h> 1.10