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/devices-8064.c b/arch/arm/mach-msm/devices-8064.c
index f2b52b2..c723f54 100644
--- a/arch/arm/mach-msm/devices-8064.c
+++ b/arch/arm/mach-msm/devices-8064.c
@@ -57,7 +57,7 @@
},
};
-struct platform_device msm_device_dmov = {
+struct platform_device apq8064_device_dmov = {
.name = "msm_dmov",
.id = -1,
.resource = msm_dmov_resource,