msm: clock: Delete obsolete dummy clock tables for 8960 and 8064

These tables were only used on pre-silicon development platforms
that are no longer supported. They have also fallen out of sync
with respect to the real tables in clock-8960.c. Delete the dummy
tables because they are no longer useful.

Change-Id: I57c126cc6e9bf5e11fa76bb537ddd25af7c9e331
Signed-off-by: Matt Wagantall <mattw@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8064.c b/arch/arm/mach-msm/board-8064.c
index b4a58e8..9e3b898 100644
--- a/arch/arm/mach-msm/board-8064.c
+++ b/arch/arm/mach-msm/board-8064.c
@@ -2286,14 +2286,6 @@
 	platform_device_register(&msm_dsps_device_8064);
 }
 
-static void __init apq8064_clock_init(void)
-{
-	if (machine_is_apq8064_rumi3())
-		msm_clock_init(&apq8064_dummy_clock_init_data);
-	else
-		msm_clock_init(&apq8064_clock_init_data);
-}
-
 #define I2C_SURF 1
 #define I2C_FFA  (1 << 1)
 #define I2C_RUMI (1 << 2)
@@ -2504,7 +2496,7 @@
 	platform_device_register(&apq8064_device_rpm_regulator);
 	if (msm_xo_init())
 		pr_err("Failed to initialize XO votes\n");
-	apq8064_clock_init();
+	msm_clock_init(&apq8064_clock_init_data);
 	apq8064_init_gpiomux();
 	apq8064_i2c_init();
 	register_i2c_devices();