projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.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
|
blame
|
history
diff --git
a/drivers/of/of_pci.c
b/drivers/of/of_pci.c
index ec7b060ae952f0ac6cfd2bcaa134155ddc278ced..3701b62c1d5eeb5197351125f95cf7511a072ab1 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>