]> git.sur5r.net Git - u-boot/commit
power: twl6030: Remove ifdef around the code
authorPaul Kocialkowski <contact@paulk.fr>
Sat, 27 Feb 2016 18:19:11 +0000 (19:19 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Mar 2016 19:12:56 +0000 (15:12 -0400)
commit4986c6c79c5ed682d172e51cb34baaf12478e91f
tree41b264e4d08ef4c735a9ef088749dd87596178d3
parentbd55eedc07a7f3811cbbd4e934081b9a915af758
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>
drivers/power/twl6030.c