> -static struct cpufreq_frequency_table freq_table[] = { > - [0] = { > - .index = 0, > - .frequency = 200000, > - }, > - [1] = { > - .index = 1, > - .frequency = 400000, > - }, > - [2] = { > - .index = 2, > - .frequency = 800000, > - }, > - [3] = { > - /* Used for MAX_OPP, if available */ > - .index = 3, > - .frequency = CPUFREQ_TABLE_END, > - }, > - [4] = { > - .index = 4, > - .frequency = CPUFREQ_TABLE_END, > - }, > -}; So where has this table gone? Am I missing a patch? -- Lee Jones Linaro ST-Ericsson Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html