[PATCH] of: fix missing include from of_pci.c

Grant Likely grant.likely at secretlab.ca
Sun Jul 24 16:07:53 EST 2011


of_pci.c references symbols from linux/of.h.

Signed-off-by: Grant Likely <grant.likely at secretlab.ca>
---
 drivers/of/of_pci.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/of/of_pci.c b/drivers/of/of_pci.c
index ec7b060..3701b62 100644
--- a/drivers/of/of_pci.c
+++ b/drivers/of/of_pci.c
@@ -1,4 +1,5 @@
 #include <linux/kernel.h>
+#include <linux/of.h>
 #include <linux/of_pci.h>
 #include <asm/prom.h>
 
-- 
1.7.4.1



More information about the devicetree-discuss mailing list