commit | b052c4bedaaf0f839b20826c330f0872ab519f90 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Sat Feb 27 19:19:11 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 15 15:12:56 2016 -0400 |
tree | 41b264e4d08ef4c735a9ef088749dd87596178d3 | |
parent | bdcbdcfed4303a0dd61e8a2cd4a5d4bf4c87cfbb [diff] |
power: twl6030: Remove ifdef around the code The TWL6030 power driver is only built when CONFIG_TWL6030_POWER is selected, thus there is no reason to wrap the code with ifdef. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>