]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: s3c64xx: Rename index to driver_data
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Mon, 14 Oct 2013 18:36:47 +0000 (19:36 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 16 Oct 2013 21:53:38 +0000 (23:53 +0200)
commit0e8244322b7fc45fd11a1c45f70b6bacddf4986f
tree00a150d88d8d8da3833ab792d58d40eafddde463
parent09c87e2f79eb336bd313090be8113ae29345b8f5
cpufreq: s3c64xx: Rename index to driver_data

The index field of cpufreq_frequency_table has been renamed to
driver_data by commit 5070158 (cpufreq: rename index as driver_data
in cpufreq_frequency_table).

This patch updates the s3c64xx driver to match.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Cc: 3.11+ <stable@vger.kernel.org> # 3.11+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/s3c64xx-cpufreq.c