cpufreq: rename index as driver_data in cpufreq_frequency_table
[deliverable/linux.git] / drivers / cpufreq / blackfin-cpufreq.c
index 995511e80bef6d012b5fe0c4a7319db324dbd9c6..9cdbbd278a800da1587eae1fdb6314d23d0a9b9d 100644 (file)
 
 
 /* this is the table of CCLK frequencies, in Hz */
-/* .index is the entry in the auxiliary dpm_state_table[] */
+/* .driver_data is the entry in the auxiliary dpm_state_table[] */
 static struct cpufreq_frequency_table bfin_freq_table[] = {
        {
                .frequency = CPUFREQ_TABLE_END,
-               .index = 0,
+               .driver_data = 0,
        },
        {
                .frequency = CPUFREQ_TABLE_END,
-               .index = 1,
+               .driver_data = 1,
        },
        {
                .frequency = CPUFREQ_TABLE_END,
-               .index = 2,
+               .driver_data = 2,
        },
        {
                .frequency = CPUFREQ_TABLE_END,
-               .index = 0,
+               .driver_data = 0,
        },
 };
 
This page took 0.025656 seconds and 5 git commands to generate.