git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
391c970
)
of/gpio: fix of_gpio includes
author
Grant Likely
<grant.likely@secretlab.ca>
Mon, 5 Jul 2010 22:11:55 +0000
(16:11 -0600)
committer
Grant Likely
<grant.likely@secretlab.ca>
Mon, 5 Jul 2010 22:14:44 +0000
(16:14 -0600)
drivers/of/gpio.c is missing includes for of_irq and struct device which
cause build failures on ARM. This patch adds the correct include files
and removes the unneeded kernel.h include
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
No differences found