aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/kexec.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/kexec.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/kexec.c')
-rw-r--r--xen/common/kexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/kexec.c b/xen/common/kexec.c
index 6dd20c65dd..a6581a052d 100644
--- a/xen/common/kexec.c
+++ b/xen/common/kexec.c
@@ -12,6 +12,7 @@
#include <xen/ctype.h>
#include <xen/errno.h>
#include <xen/guest_access.h>
+#include <xen/nmi.h>
#include <xen/sched.h>
#include <xen/types.h>
#include <xen/kexec.h>