diff options
-rw-r--r-- | arch/arm/mach-s3c2440/mach-gta02.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index e57c4d851299..66004212380c 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c | |||
@@ -605,6 +605,8 @@ static void __init gta02_machine_init(void) | |||
605 | 605 | ||
606 | platform_add_devices(gta02_devices, ARRAY_SIZE(gta02_devices)); | 606 | platform_add_devices(gta02_devices, ARRAY_SIZE(gta02_devices)); |
607 | pm_power_off = gta02_poweroff; | 607 | pm_power_off = gta02_poweroff; |
608 | |||
609 | regulator_has_full_constraints(); | ||
608 | } | 610 | } |
609 | 611 | ||
610 | 612 | ||