of: fix missing include from of_pci.c
authorGrant Likely <grant.likely@secretlab.ca>
Sun, 24 Jul 2011 05:52:48 +0000 (23:52 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 24 Jul 2011 05:53:55 +0000 (23:53 -0600)
of_pci.c references symbols from linux/of.h.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/of/of_pci.c

index ec7b060..3701b62 100644 (file)
@@ -1,4 +1,5 @@
 #include <linux/kernel.h>
+#include <linux/of.h>
 #include <linux/of_pci.h>
 #include <asm/prom.h>