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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9775913fa05c57b046aa076ae03881f8ee66742b;p=linux-beck.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