From: Viresh Kumar Date: Sat, 30 Mar 2013 10:55:15 +0000 (+0530) Subject: cpufreq: rename index as driver_data in cpufreq_frequency_table X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~19^2~7^2~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5070158804b5339c71809f5e673cea1cfacd804d;p=pandora-kernel.git cpufreq: rename index as driver_data in cpufreq_frequency_table The "index" field of struct cpufreq_frequency_table was never an index and isn't used at all by the cpufreq core. It only is useful for cpufreq drivers for their internal purposes. Many people nowadays blindly set it in ascending order with the assumption that the core will use it, which is a mistake. Rename it to "driver_data" as that's what its purpose is. All of its users are updated accordingly. [rjw: Changelog] Signed-off-by: Viresh Kumar Acked-by: Simon Horman Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed