ia64/xen-unstable
changeset 11718:6df04adab323
[IA64] Fix implicit declaration of initialize_keytable().
Signed-off-by: Aron Griffis <aron@hp.com>
Signed-off-by: Aron Griffis <aron@hp.com>
author | kfraser@localhost.localdomain |
---|---|
date | Tue Oct 03 11:33:37 2006 +0100 (2006-10-03) |
parents | 432bf17b3b09 |
children | 38f9bd7a4ce6 |
files | xen/arch/ia64/xen/xensetup.c |
line diff
1.1 --- a/xen/arch/ia64/xen/xensetup.c Tue Oct 03 11:24:48 2006 +0100 1.2 +++ b/xen/arch/ia64/xen/xensetup.c Tue Oct 03 11:33:37 2006 +0100 1.3 @@ -18,6 +18,7 @@ 1.4 #include <xen/domain.h> 1.5 #include <xen/serial.h> 1.6 #include <xen/trace.h> 1.7 +#include <xen/keyhandler.h> 1.8 #include <asm/meminit.h> 1.9 #include <asm/page.h> 1.10 #include <asm/setup.h>