From 9775913fa05c57b046aa076ae03881f8ee66742b Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Fri, 27 May 2011 17:06:52 -0400 Subject: of: of_pci.c needs export.h since it uses EXPORT_SYMBOLS It was getting it implicitly before, since module.h was pulled in via device.h -- but that is something we are going to make go away soon. Signed-off-by: Paul Gortmaker --- drivers/of/of_pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/of') diff --git a/drivers/of/of_pci.c b/drivers/of/of_pci.c index 3701b62..13e37e2 100644 --- a/drivers/of/of_pci.c +++ b/drivers/of/of_pci.c @@ -1,4 +1,5 @@ #include +#include #include #include #include -- cgit v1.1