Merge tag 'asoc-fix-4.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / cpufreq / freq_table.c
index 10e119a..3a8cc99 100644 (file)
@@ -352,20 +352,6 @@ static int set_freq_table_sorted(struct cpufreq_policy *policy)
        return 0;
 }
 
-int cpufreq_table_validate_and_show(struct cpufreq_policy *policy,
-                                     struct cpufreq_frequency_table *table)
-{
-       int ret;
-
-       ret = cpufreq_frequency_table_cpuinfo(policy, table);
-       if (ret)
-               return ret;
-
-       policy->freq_table = table;
-       return 0;
-}
-EXPORT_SYMBOL_GPL(cpufreq_table_validate_and_show);
-
 int cpufreq_table_validate_and_sort(struct cpufreq_policy *policy)
 {
        int ret;