commit | e47bcba4a189ab1ba23072ee2f457b1d72cd22fe | [log] [tgz] |
---|---|---|
author | Manish Badarkhe <badarkhe.manish@gmail.com> | Sat Sep 28 10:02:24 2013 +0530 |
committer | Anton Vorontsov <anton@enomsg.org> | Fri Oct 25 16:07:07 2013 -0700 |
tree | 0590dc31bc0fcea39dc49f5bb0785ec225ef293f | |
parent | 0ed81393235fbf9d3379b55d2ceece1885ea3fae [diff] |
tps65090-charger: Use "IS_ENABLED(CONFIG_OF)" for DT code 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>