diff options
-rw-r--r-- | drivers/clk/samsung/clk-exynos4.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c index 5af496cada0c..75635eb8a808 100644 --- a/drivers/clk/samsung/clk-exynos4.c +++ b/drivers/clk/samsung/clk-exynos4.c | |||
@@ -969,20 +969,6 @@ static void __init exynos4_clk_register_finpll(unsigned long xom) | |||
969 | 969 | ||
970 | } | 970 | } |
971 | 971 | ||
972 | /* | ||
973 | * This function allows non-dt platforms to specify the clock speed of the | ||
974 | * xxti and xusbxti clocks. These clocks are then registered with the specified | ||
975 | * clock speed. | ||
976 | */ | ||
977 | void __init exynos4_clk_register_fixed_ext(unsigned long xxti_f, | ||
978 | unsigned long xusbxti_f) | ||
979 | { | ||
980 | exynos4_fixed_rate_ext_clks[0].fixed_rate = xxti_f; | ||
981 | exynos4_fixed_rate_ext_clks[1].fixed_rate = xusbxti_f; | ||
982 | samsung_clk_register_fixed_rate(exynos4_fixed_rate_ext_clks, | ||
983 | ARRAY_SIZE(exynos4_fixed_rate_ext_clks)); | ||
984 | } | ||
985 | |||
986 | static __initdata struct of_device_id ext_clk_match[] = { | 972 | static __initdata struct of_device_id ext_clk_match[] = { |
987 | { .compatible = "samsung,clock-xxti", .data = (void *)0, }, | 973 | { .compatible = "samsung,clock-xxti", .data = (void *)0, }, |
988 | { .compatible = "samsung,clock-xusbxti", .data = (void *)1, }, | 974 | { .compatible = "samsung,clock-xusbxti", .data = (void *)1, }, |