msm: Add SSBI support for APQ8064

Add the device definitions and platform data to support
SSBI on APQ8064 targets.

Signed-off-by: Kenneth Heitke <kheitke@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index 4bb0024..e9599af 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -55,6 +55,8 @@
 
 extern struct platform_device apq8064_device_uart_gsbi3;
 extern struct platform_device apq8064_device_qup_spi_gsbi5;
+extern struct platform_device apq8064_device_ssbi_pmic1;
+extern struct platform_device apq8064_device_ssbi_pmic2;
 
 extern struct platform_device msm_device_sdc1;
 extern struct platform_device msm_device_sdc2;