]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xen: Add module.h to modular drivers/xen users.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 20:20:57 +0000 (16:20 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 04:26:46 +0000 (00:26 -0400)
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>
drivers/xen/balloon.c
drivers/xen/xen-pciback/conf_space.c
drivers/xen/xenbus/xenbus_probe.c
drivers/xen/xenbus/xenbus_probe_frontend.c

index 5dfd8f8ff07f402e9063b608c7e11b1b6571c126..2098f48ad7e33627ee666bbc30c602f9f4754683 100644 (file)
@@ -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>
index a8031445d94efe7b38ca2536a0831b71fa80f70a..c1d80112891cd405875ca2a9c276f4f0bfd17113 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/pci.h>
 #include "pciback.h"
 #include "conf_space.h"
index bd2f90c9ac8b8131ff12a2e0f9a26be28af745ee..cb53b7e74107095f1547ba3f8d24bc727e69836a 100644 (file)
@@ -46,6 +46,7 @@
 #include <linux/mutex.h>
 #include <linux/io.h>
 #include <linux/slab.h>
+#include <linux/module.h>
 
 #include <asm/page.h>
 #include <asm/pgtable.h>
index ed2ba474a5602158c8d1061207438430f42417c3..bebb2183dc887418407e8cba8b48f3f62cf7b4fd 100644 (file)
@@ -13,6 +13,7 @@
 #include <linux/kthread.h>
 #include <linux/mutex.h>
 #include <linux/io.h>
+#include <linux/module.h>
 
 #include <asm/page.h>
 #include <asm/pgtable.h>