summaryrefslogtreecommitdiff
path: root/drivers/xen/xen-pciback
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 20:20:57 (GMT)
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 23:32:11 (GMT)
commit72ee5112a0007c958dc57f4a1469c4bbd2cf4d11 (patch)
treede80563af6dacdef0c3a77c0822ab3447944fc3b /drivers/xen/xen-pciback
parent2949ead4582963232bdc37a1bb9d22bc38363a39 (diff)
downloadlinux-72ee5112a0007c958dc57f4a1469c4bbd2cf4d11.tar.xz
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/xen-pciback')
-rw-r--r--drivers/xen/xen-pciback/conf_space.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/xen-pciback/conf_space.c b/drivers/xen/xen-pciback/conf_space.c
index 444345a..52fed16 100644
--- a/drivers/xen/xen-pciback/conf_space.c
+++ b/drivers/xen/xen-pciback/conf_space.c
@@ -10,6 +10,7 @@
*/
#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/pci.h>
#include "pciback.h"
#include "conf_space.h"