]> xenbits.xensource.com Git - xen.git/commitdiff
xen: arm: include header for for arch_do_{sys, dom}ctl prototype
authorIan Campbell <ian.campbell@citrix.com>
Tue, 19 Nov 2013 13:00:14 +0000 (13:00 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 19 Nov 2013 16:41:05 +0000 (16:41 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen/arch/arm/domctl.c
xen/arch/arm/sysctl.c

index 851ee40afc4b0efcf3e5f016559eb0cba95c75bc..4cf02949f9ce82bd738ad00251af6dc90a4f9cb8 100644 (file)
@@ -9,6 +9,7 @@
 #include <xen/lib.h>
 #include <xen/errno.h>
 #include <xen/sched.h>
+#include <xen/hypercall.h>
 #include <public/domctl.h>
 
 long arch_do_domctl(struct xen_domctl *domctl, struct domain *d,
index 638820489e708833684d4d4422ca6d4ba95521f0..98bab6aba1597d88799cbe26510d080350a503ea 100644 (file)
@@ -10,6 +10,7 @@
 #include <xen/types.h>
 #include <xen/lib.h>
 #include <xen/errno.h>
+#include <xen/hypercall.h>
 #include <public/sysctl.h>
 
 void arch_do_physinfo(xen_sysctl_physinfo_t *pi) { }