msm: board-9615: switch regulators from local to RPM control

Register PMIC 8018 regulators on 9615 using the rpm-regulator
driver instead of the pm8018-regulator driver.  This will allow
for proper control of shared regulators.

Change-Id: Ia0330818028a88dcb5bac8e8fdff57ab60767d62
Signed-off-by: David Collins <collinsd@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-9615.h b/arch/arm/mach-msm/board-9615.h
index d8e74fe..0d9fae7 100644
--- a/arch/arm/mach-msm/board-9615.h
+++ b/arch/arm/mach-msm/board-9615.h
@@ -29,4 +29,7 @@
 
 extern int msm_pm8018_regulator_pdata_len __devinitdata;
 
+extern struct rpm_regulator_platform_data
+msm_rpm_regulator_9615_pdata __devinitdata;
+
 #endif