msm: usb: Fix compilation for multi-target binary

Rename some USB devices to fix concurrent compilation for
8960 and 8064.

Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index 5e321b2..d272fa6 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -70,6 +70,13 @@
 
 extern struct platform_device msm_device_otg;
 
+extern struct platform_device msm8960_device_otg;
+extern struct platform_device msm8960_device_gadget_peripheral;
+
+extern struct platform_device apq8064_device_otg;
+extern struct platform_device apq8064_usb_diag_device;
+extern struct platform_device apq8064_device_gadget_peripheral;
+
 extern struct platform_device msm_device_i2c;
 
 extern struct platform_device msm_device_i2c_2;