aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/schedule.c
diff options
context:
space:
mode:
authorRobbie VanVossen <robert.vanvossen@dornerworks.com>2013-03-06 17:08:08 +0100
committerJan Beulich <jbeulich@suse.com>2013-03-06 17:08:08 +0100
commit17b65c793ca5e924f355d433945d868b4427ea12 (patch)
tree25bd8fb66ea3bd3e1ad8524884d9f8bd9ac549de /xen/common/schedule.c
parent9ada00228b18db21bc2fab5557b3a73be2bc47b4 (diff)
downloadxen-17b65c793ca5e924f355d433945d868b4427ea12.tar.gz
xen-17b65c793ca5e924f355d433945d868b4427ea12.tar.bz2
xen-17b65c793ca5e924f355d433945d868b4427ea12.zip
change arguments of do_kexec_op and compat_set_timer_op prototypes
... to match the actual functions. Signed-off-by: Robbie VanVossen <robert.vanvossen@dornerworks.com> 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 <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/schedule.c')
-rw-r--r--xen/common/schedule.c1
1 files changed, 1 insertions, 0 deletions
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 <xen/mm.h>
#include <xen/err.h>
#include <xen/guest_access.h>
+#include <xen/hypercall.h>
#include <xen/multicall.h>
#include <xen/cpu.h>
#include <xen/preempt.h>