msm: acpuclock-8627: Move 8627 support to use acpuclock-krait
As was recently done for 8930, migrate 8627 support from acpuclock-8960
to the newer, optimized acpuclock-krait driver, which is shared among
multiple SoCs while keeping 8627 data in its own file.
Change-Id: I701fdb6fcd94647fc4d37131bcb2d3b41021b0fb
Signed-off-by: Matt Wagantall <mattw@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index 13b4629..2207e3c 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -420,6 +420,7 @@
extern struct platform_device msm7x27aa_device_acpuclk;
extern struct platform_device msm7x30_device_acpuclk;
extern struct platform_device msm8625_device_acpuclk;
+extern struct platform_device msm8627_device_acpuclk;
extern struct platform_device msm8x50_device_acpuclk;
extern struct platform_device msm8x60_device_acpuclk;
extern struct platform_device msm8930_device_acpuclk;