search for: bde321653d48

Displaying 1 result from an estimated 1 matches for "bde321653d48".

2006 Oct 02
0
[PATCH] Add missing #include <xen/keyhandler.h>
Keir, Please apply this to xen-3.0.3-testing and xen-unstable. It fixes a missing #include which results in an implicit declaration for initialize_keytable (introduced by my own mistake in 828c0c89d830) Thanks, Aron Signed-off-by: Aron Griffis <aron@hp.com> diff -r f426f6e646eb -r bde321653d48 xen/arch/ia64/xen/xensetup.c --- a/xen/arch/ia64/xen/xensetup.c Mon Oct 02 18:04:56 2006 +0100 +++ b/xen/arch/ia64/xen/xensetup.c Mon Oct 02 18:21:24 2006 -0400 @@ -18,6 +18,7 @@ #include <xen/domain.h> #include <xen/serial.h> #include <xen/trace.h> +#include <xen/keyhandler...