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:
0ed8139
)
tps65090-charger: Use "IS_ENABLED(CONFIG_OF)" for DT code
author
Manish Badarkhe
<badarkhe.manish@gmail.com>
Sat, 28 Sep 2013 04:32:24 +0000
(10:02 +0530)
committer
Anton Vorontsov
<anton@enomsg.org>
Fri, 25 Oct 2013 23:07:07 +0000
(16:07 -0700)
Instead of "#if defined(CONFIG_OF)" use "IS_ENABLED(CONFIG_OF)" option
for DT code to avoid if-deffery in code.
Also, arranged header files in alphabetically.
Signed-off-by: Manish Badarkhe <badarkhe.manish@gmail.com>
Acked-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
No differences found