aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/manage.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-10 13:22:07 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:11 -0400
commit63c9744b9a53b8113b6d33ca361452b28f2ec391 (patch)
tree9f5b2054dc963395378215dd7318137c0ed48ce3 /drivers/xen/manage.c
parentxen: Add module.h to modular drivers/xen users. (diff)
downloadlinux-dev-63c9744b9a53b8113b6d33ca361452b28f2ec391.tar.xz
linux-dev-63c9744b9a53b8113b6d33ca361452b28f2ec391.zip
xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.
Things like THIS_MODULE and EXPORT_SYMBOL were simply everywhere because module.h was also everywhere. But we are fixing the latter. So we need to call out the real users in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/xen/manage.c')
-rw-r--r--drivers/xen/manage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/manage.c b/drivers/xen/manage.c
index 0b5366b5be20..ce4fa0831860 100644
--- a/drivers/xen/manage.c
+++ b/drivers/xen/manage.c
@@ -9,6 +9,7 @@
#include <linux/stop_machine.h>
#include <linux/freezer.h>
#include <linux/syscore_ops.h>
+#include <linux/export.h>
#include <xen/xen.h>
#include <xen/xenbus.h>