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-apq8064.c b/arch/arm/mach-msm/board-apq8064.c
index 88724f1..1056cbb 100644
--- a/arch/arm/mach-msm/board-apq8064.c
+++ b/arch/arm/mach-msm/board-apq8064.c
@@ -71,7 +71,7 @@
 }
 
 static struct platform_device *common_devices[] __initdata = {
-	&msm_device_dmov,
+	&apq8064_device_dmov,
 	&apq8064_device_uart_gsbi3,
 	&apq8064_device_qup_spi_gsbi5,
 	&apq8064_device_ssbi_pmic1,