From a642285014df03b8f320399d515bf3b779af07ac Mon Sep 17 00:00:00 2001
From: Grant Likely <grant.likely@secretlab.ca>
Date: Sat, 23 Jul 2011 23:52:48 -0600
Subject: [PATCH] of: fix missing include from of_pci.c

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

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
 drivers/of/of_pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/of/of_pci.c b/drivers/of/of_pci.c
index ec7b060ae952f..3701b62c1d5ee 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>
 
-- 
2.30.2