Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[deliverable/linux.git] / arch / arm / mach-davinci / common.c
index 742133b7266a64d7ca551a475f64e82ff2fa3841..049025f6d53115e01f70c8531b968f28454631e3 100644 (file)
@@ -108,12 +108,6 @@ void __init davinci_common_init(struct davinci_soc_info *soc_info)
        if (ret < 0)
                goto err;
 
-       if (davinci_soc_info.cpu_clks) {
-               ret = davinci_clk_init(davinci_soc_info.cpu_clks);
-
-               if (ret != 0)
-                       goto err;
-       }
 
        return;
 
This page took 0.02882 seconds and 5 git commands to generate.