From 72ee5112a0007c958dc57f4a1469c4bbd2cf4d11 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 3 Jul 2011 16:20:57 -0400 Subject: 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 --- drivers/xen/xen-pciback/conf_space.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/xen/xen-pciback/conf_space.c') diff --git a/drivers/xen/xen-pciback/conf_space.c b/drivers/xen/xen-pciback/conf_space.c index 444345afbd5c..52fed16d8701 100644 --- a/drivers/xen/xen-pciback/conf_space.c +++ b/drivers/xen/xen-pciback/conf_space.c @@ -10,6 +10,7 @@ */ #include +#include #include #include "pciback.h" #include "conf_space.h" -- cgit v1.2.3