aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/balloon.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 16:20:57 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:11 -0400
commit72ee5112a0007c958dc57f4a1469c4bbd2cf4d11 (patch)
treede80563af6dacdef0c3a77c0822ab3447944fc3b /drivers/xen/balloon.c
parentuio: Add module.h to implicit drivers/uio users (diff)
downloadlinux-dev-72ee5112a0007c958dc57f4a1469c4bbd2cf4d11.tar.xz
linux-dev-72ee5112a0007c958dc57f4a1469c4bbd2cf4d11.zip
xen: Add module.h to modular drivers/xen users.
Previously these drivers just got module.h implicitly, but we are cleaning that up and it will be no longer. Call out the real users of it. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/xen/balloon.c')
-rw-r--r--drivers/xen/balloon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c
index 5876e1ae6c2d..1779338e1d86 100644
--- a/drivers/xen/balloon.c
+++ b/drivers/xen/balloon.c
@@ -39,6 +39,7 @@
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/errno.h>
+#include <linux/module.h>
#include <linux/mm.h>
#include <linux/bootmem.h>
#include <linux/pagemap.h>