]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
of: of_pci.c needs export.h since it uses EXPORT_SYMBOLS
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 21:06:52 +0000 (17:06 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:14 +0000 (19:31 -0400)
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>
drivers/of/of_pci.c

index 3701b62c1d5eeb5197351125f95cf7511a072ab1..13e37e2d8ec16ba8b4179198cfbf759015628da9 100644 (file)
@@ -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>