summaryrefslogtreecommitdiff
path: root/drivers/of
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2011-07-23 23:52:48 -0600
committerGrant Likely <grant.likely@secretlab.ca>2011-07-23 23:53:55 -0600
commita642285014df03b8f320399d515bf3b779af07ac (patch)
treee2f6c7082f377fa4f707066d261f3fad2bc8613b /drivers/of
parent6d6be43d4dfdb167ef72f4aa665c1607db799be4 (diff)
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>
Diffstat (limited to 'drivers/of')
-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 ec7b060ae952..3701b62c1d5e 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>