projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6be43
)
of: fix missing include from of_pci.c
author
Grant Likely
<grant.likely@secretlab.ca>
Sun, 24 Jul 2011 05:52:48 +0000
(23:52 -0600)
committer
Grant Likely
<grant.likely@secretlab.ca>
Sun, 24 Jul 2011 05:53:55 +0000
(23:53 -0600)
of_pci.c references symbols from linux/of.h.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/of/of_pci.c
patch
|
blob
|
history
diff --git
a/drivers/of/of_pci.c
b/drivers/of/of_pci.c
index
ec7b060
..
3701b62
100644
(file)
--- 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>