msm: Add I2C QUP support for MSM9615

Add the device definitions and platform data to support
I2C QUP on MSM9615.

Signed-off-by: Harini Jayaraman <harinij@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index 2547fb4..7778657 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -67,6 +67,7 @@
 extern struct platform_device apq8064_device_ssbi_pmic2;
 
 extern struct platform_device msm9615_device_uart_gsbi4;
+extern struct platform_device msm9615_device_qup_i2c_gsbi5;
 
 extern struct platform_device msm_device_sdc1;
 extern struct platform_device msm_device_sdc2;