PM / OPP: rename data structures to dev_pm equivalents
[linux-block.git] / drivers / cpufreq / exynos5440-cpufreq.c
index 444eca74d3c2564852b7463b698815a026bfde1e..c8b3d3950f9eee8ece8a8ea992ba3b29339c86a3 100644 (file)
@@ -118,7 +118,7 @@ static int init_div_table(void)
        struct cpufreq_frequency_table *freq_tbl = dvfs_info->freq_table;
        unsigned int tmp, clk_div, ema_div, freq, volt_id;
        int i = 0;
-       struct opp *opp;
+       struct dev_pm_opp *opp;
 
        rcu_read_lock();
        for (i = 0; freq_tbl[i].frequency != CPUFREQ_TABLE_END; i++) {