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