aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_xs.c
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-09-26 13:13:42 -0400
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-09-26 13:17:55 -0400
commit5b25d89e19be2ff2fa7a5c80099e88fa56d66334 (patch)
tree6cdcdc9ff1d9d173df7705aa55d7375ea21d8731 /drivers/xen/xenbus/xenbus_xs.c
parentxen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel (diff)
downloadlinux-dev-5b25d89e19be2ff2fa7a5c80099e88fa56d66334.tar.xz
linux-dev-5b25d89e19be2ff2fa7a5c80099e88fa56d66334.zip
xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain'
Randy found a compile error when using make randconfig to trigger drivers/xen/xenbus/xenbus_xs.c:909:2: error: implicit declaration of function 'xen_hvm_domain' it is unclear which of the CONFIG options triggered this. This patch fixes the error. Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen/xenbus/xenbus_xs.c')
-rw-r--r--drivers/xen/xenbus/xenbus_xs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/xenbus/xenbus_xs.c b/drivers/xen/xenbus/xenbus_xs.c
index d1071de11878..b3b8f2f3ad10 100644
--- a/drivers/xen/xenbus/xenbus_xs.c
+++ b/drivers/xen/xenbus/xenbus_xs.c
@@ -45,6 +45,7 @@
#include <linux/module.h>
#include <linux/mutex.h>
#include <xen/xenbus.h>
+#include <xen/xen.h>
#include "xenbus_comms.h"
struct xs_stored_msg {