aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 17:06:52 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:14 -0400
commit9775913fa05c57b046aa076ae03881f8ee66742b (patch)
tree0339bb983e8becc9bbb5a2d133239e8a4ff2c181
parentblock: Change module.h -> export.h in bsg-lib.c (diff)
downloadlinux-dev-9775913fa05c57b046aa076ae03881f8ee66742b.tar.xz
linux-dev-9775913fa05c57b046aa076ae03881f8ee66742b.zip
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 <paul.gortmaker@windriver.com>
-rw-r--r--drivers/of/of_pci.c1
1 files changed, 1 insertions, 0 deletions
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 <linux/kernel.h>
+#include <linux/export.h>
#include <linux/of.h>
#include <linux/of_pci.h>
#include <asm/prom.h>