devices: msm8625: Add UART1 and UART2 DM devices

To support single binary for 7627a and 8625, define
UART1 and UART2 platform device for 8625.

Change-Id: I3d3df18321d3061a142e8e939cef1f97c80f925c
Signed-off-by: Trilok Soni <tsoni@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index c86d051..1aaa9e0 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -128,6 +128,8 @@
 
 extern struct platform_device msm8625_device_qup_i2c_gsbi0;
 extern struct platform_device msm8625_device_qup_i2c_gsbi1;
+extern struct platform_device msm8625_device_uart_dm1;
+extern struct platform_device msm8625_device_uart_dm2;
 
 extern struct platform_device msm_slim_ctrl;
 extern struct platform_device msm_device_sps;