aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-12-19 15:08:15 -0500
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-12-20 10:47:44 -0500
commitb79d2ff98caee60c07a7598aba3b26acd1655a99 (patch)
tree494968d742bd4f53dddfa06de95bed7a1483ac40 /drivers/xen
parentxen/xenbus-frontend: Make error message more clear (diff)
downloadlinux-dev-b79d2ff98caee60c07a7598aba3b26acd1655a99.tar.xz
linux-dev-b79d2ff98caee60c07a7598aba3b26acd1655a99.zip
xen/xenbus-frontend: Fix compile error with randconfig
drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_init': drivers/xen/xenbus/xenbus_dev_frontend.c:609:2: error: implicit declaration of function 'xen_domain' Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen')
-rw-r--r--drivers/xen/xenbus/xenbus_dev_frontend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/xenbus/xenbus_dev_frontend.c b/drivers/xen/xenbus/xenbus_dev_frontend.c
index 9f6be7d59a68..aec01420d979 100644
--- a/drivers/xen/xenbus/xenbus_dev_frontend.c
+++ b/drivers/xen/xenbus/xenbus_dev_frontend.c
@@ -58,6 +58,7 @@
#include "xenbus_comms.h"
#include <xen/xenbus.h>
+#include <xen/xen.h>
#include <asm/xen/hypervisor.h>
MODULE_LICENSE("GPL");