diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2011-07-24 01:52:48 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-07-24 01:53:55 -0400 |
commit | a642285014df03b8f320399d515bf3b779af07ac (patch) | |
tree | e2f6c7082f377fa4f707066d261f3fad2bc8613b /drivers/of | |
parent | 6d6be43d4dfdb167ef72f4aa665c1607db799be4 (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.c | 1 |
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 @@ | |||
1 | #include <linux/kernel.h> | 1 | #include <linux/kernel.h> |
2 | #include <linux/of.h> | ||
2 | #include <linux/of_pci.h> | 3 | #include <linux/of_pci.h> |
3 | #include <asm/prom.h> | 4 | #include <asm/prom.h> |
4 | 5 | ||