]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/cpufreq/s3c64xx-cpufreq.c
powerpc: Put the gpr save/restore functions in their own section
[karo-tx-linux.git] / drivers / cpufreq / s3c64xx-cpufreq.c
index a5e72cb5f53cf708706a99b1d98ed983e629a81c..6f9490b3c356278e7ec22f6027250a403ef42eca 100644 (file)
@@ -217,13 +217,6 @@ static int s3c64xx_cpufreq_driver_init(struct cpufreq_policy *policy)
        } else {
                s3c64xx_cpufreq_config_regulator();
        }
-
-       vddint = regulator_get(NULL, "vddint");
-       if (IS_ERR(vddint)) {
-               ret = PTR_ERR(vddint);
-               pr_err("Failed to obtain VDDINT: %d\n", ret);
-               vddint = NULL;
-       }
 #endif
 
        freq = s3c64xx_freq_table;