From 17b65c793ca5e924f355d433945d868b4427ea12 Mon Sep 17 00:00:00 2001 From: Robbie VanVossen Date: Wed, 6 Mar 2013 17:08:08 +0100 Subject: change arguments of do_kexec_op and compat_set_timer_op prototypes ... to match the actual functions. Signed-off-by: Robbie VanVossen Also make sure the source files defining these symbols include the header declaring them (had we done so, the problem would have been noticed long ago). Signed-off-by: Jan Beulich Acked-by: Keir Fraser --- xen/common/schedule.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xen/common/schedule.c') diff --git a/xen/common/schedule.c b/xen/common/schedule.c index de111105c4..5f677c36f8 100644 --- a/xen/common/schedule.c +++ b/xen/common/schedule.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3