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:
4018294
)
of: change of_match_device to work with struct device
author
Grant Likely
<grant.likely@secretlab.ca>
Tue, 13 Apr 2010 23:13:22 +0000
(16:13 -0700)
committer
Grant Likely
<grant.likely@secretlab.ca>
Sat, 22 May 2010 06:10:41 +0000
(
00:10
-0600)
The of_node pointer is now stored directly in struct device, so
of_match_device() should work with any device, not just struct of_device.
This patch changes the interface to of_match_device() to accept a
struct device instead of struct of_device.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
No differences found