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:
52a4a72
)
phy: ti-pipe3: Remove unneeded ifdef CONFIG_OF guard and of_match_ptr
author
Axel Lin
<axel.lin@ingics.com>
Thu, 5 Mar 2015 10:20:53 +0000
(18:20 +0800)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Tue, 10 Mar 2015 08:42:28 +0000
(14:12 +0530)
if !CONFIG_OF, the probe fails.
This is a dt-only driver, so the ifdef CONFIG_OF guard and of_match_ptr are
not needed.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
No differences found