From 963519ce88e572c3e21e11819b2a3d535d1fa979 Mon Sep 17 00:00:00 2001 From: Mahesh Mahadevan Date: Mon, 31 Oct 2011 08:36:05 -0500 Subject: ENGR00161119 Codec regulator registration update Move the codec regulator registration code to the board specific file Signed-off-by: Mahesh Mahadevan --- arch/arm/mach-mx6/mx6_anatop_regulator.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'arch/arm/mach-mx6/mx6_anatop_regulator.c') diff --git a/arch/arm/mach-mx6/mx6_anatop_regulator.c b/arch/arm/mach-mx6/mx6_anatop_regulator.c index 1bf21078594e..89c053a00f71 100644 --- a/arch/arm/mach-mx6/mx6_anatop_regulator.c +++ b/arch/arm/mach-mx6/mx6_anatop_regulator.c @@ -320,12 +320,6 @@ static int __init regulators_init(void) anatop_register_regulator(&vdd1p1_reg, ANATOP_VDD1P1, &vdd1p1_init); anatop_register_regulator(&vdd3p0_reg, ANATOP_VDD3P0, &vdd3p0_init); -#ifdef CONFIG_SND_SOC_SGTL5000 - platform_device_register(&sgtl5000_vdda_reg_devices); - platform_device_register(&sgtl5000_vddio_reg_devices); - platform_device_register(&sgtl5000_vddd_reg_devices); -#endif - return 0; } postcore_initcall(regulators_init); -- cgit v1.2.3