aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/stop_machine.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-15 16:13:46 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-15 16:13:46 +0100
commitcd99b8bf59292e3359dc65e32944226181792998 (patch)
treeba224ad621a9e967bcae38b1a92bfd64295cc8ec /xen/common/stop_machine.c
parentae1810b32664570e469c751313df8ab2e2eadc4e (diff)
downloadxen-cd99b8bf59292e3359dc65e32944226181792998.tar.gz
xen-cd99b8bf59292e3359dc65e32944226181792998.tar.bz2
xen-cd99b8bf59292e3359dc65e32944226181792998.zip
xen: Small cleanups towards allowing stricter compile warnings.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'xen/common/stop_machine.c')
-rw-r--r--xen/common/stop_machine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/stop_machine.c b/xen/common/stop_machine.c
index 1411b9f197..f7d9071b66 100644
--- a/xen/common/stop_machine.c
+++ b/xen/common/stop_machine.c
@@ -25,6 +25,7 @@
#include <xen/sched.h>
#include <xen/spinlock.h>
#include <xen/softirq.h>
+#include <xen/stop_machine.h>
#include <xen/errno.h>
#include <xen/smp.h>
#include <asm/current.h>