diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-02-05 15:26:26 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-02-18 12:20:30 +0100 |
commit | d1bef995f61a6505a2ac69257b44fb9c59715953 (patch) | |
tree | 4ed48ba20f4bf313a8de223df1f953e768b22fb5 /arch/arm/mach-versatile/versatile_dt.c | |
parent | 165235180ff61f0012ea68a299e46daec43dcaa7 (diff) | |
download | talos-op-linux-d1bef995f61a6505a2ac69257b44fb9c59715953.tar.gz talos-op-linux-d1bef995f61a6505a2ac69257b44fb9c59715953.zip |
ARM: rockchip: force built-in regulator support for PM
The rockchips suspend/resume code requires regulators to work,
and gives a compile-time error if they are not available:
arch/arm/mach-rockchip/built-in.o: In function `rk3288_suspend_finish':
:(.text+0x146): undefined reference to `regulator_suspend_finish'
arch/arm/mach-rockchip/built-in.o: In function `rk3288_suspend_prepare':
:(.text+0x18e): undefined reference to `regulator_suspend_prepare'
To solve this, we now enable regulators whenever they are needed,
which is what we do on a lot of other platforms as well.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-versatile/versatile_dt.c')
0 files changed, 0 insertions, 0 deletions