aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/shutdown.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-02-15 09:47:17 +0100
committerJan Beulich <jbeulich@suse.com>2013-02-15 09:47:17 +0100
commit8ce2e609236cc951bfbaa460a8778b16cccb0fcd (patch)
tree40b6fa31b01c73489c014d26369405161c62a113 /xen/common/shutdown.c
parent7a00697d441d18cf1ad527e0d2c62e1c74a9e69b (diff)
downloadxen-8ce2e609236cc951bfbaa460a8778b16cccb0fcd.tar.gz
xen-8ce2e609236cc951bfbaa460a8778b16cccb0fcd.tar.bz2
xen-8ce2e609236cc951bfbaa460a8778b16cccb0fcd.zip
x86: move watchdog declarations from config.h to nmi.h
They don't belong into the former. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/shutdown.c')
-rw-r--r--xen/common/shutdown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/shutdown.c b/xen/common/shutdown.c
index b18ef5de6c..73a7d7b2a6 100644
--- a/xen/common/shutdown.c
+++ b/xen/common/shutdown.c
@@ -4,6 +4,7 @@
#include <xen/sched.h>
#include <xen/domain.h>
#include <xen/delay.h>
+#include <xen/nmi.h>
#include <xen/shutdown.h>
#include <xen/console.h>
#ifdef CONFIG_KEXEC