From: Paul Gortmaker Date: Fri, 27 May 2011 21:06:52 +0000 (-0400) Subject: of: of_pci.c needs export.h since it uses EXPORT_SYMBOLS X-Git-Tag: MMI-PSA29.97-13-9~18087^2~137 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9775913fa05c57b046aa076ae03881f8ee66742b;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git 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 --- diff --git a/drivers/of/of_pci.c b/drivers/of/of_pci.c index 3701b62c1d5e..13e37e2d8ec1 100644 --- a/drivers/of/of_pci.c +++ b/drivers/of/of_pci.c @@ -1,4 +1,5 @@ #include +#include #include #include #include