msm: dmov: Support for multiple concurrent targets

Rename the data mover devices to allow one kernel to be
compiled for 8960 and 8064 simultaneously.

Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm8960.c b/arch/arm/mach-msm/board-msm8960.c
index 15dd7c0..d6676eb 100644
--- a/arch/arm/mach-msm/board-msm8960.c
+++ b/arch/arm/mach-msm/board-msm8960.c
@@ -2684,7 +2684,7 @@
 };
 
 static struct platform_device *common_devices[] __initdata = {
-	&msm_device_dmov,
+	&msm8960_device_dmov,
 	&msm_device_smd,
 	&msm8960_device_uart_gsbi5,
 	&msm_device_uart_dm6,