cpufreq: s3c2416: fix forgotten driver_data conversions
authorHeiko Stübner <heiko@sntech.de>
Sat, 22 Jun 2013 23:08:25 +0000 (01:08 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 24 Jun 2013 05:52:33 +0000 (11:22 +0530)
commit166b9addd83aaf6eb22d9db7dc015f81913c9a0e
tree9ceadd7839c8656738a95562e46b0fe8da45284f
parent9e895ace5d82df8929b16f58e9f515f6d54ab82d
cpufreq: s3c2416: fix forgotten driver_data conversions

Commit 5070158804b5 (cpufreq: rename index as driver_data in
cpufreq_frequency_table) renamed the index field to driver_data.

But it seems some uses in the s3c2416 driver were forgotten.

So convert the last index users to read driver_data.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/s3c2416-cpufreq.c