cpufreq: stats: drop 'cpu' field of struct cpufreq_stats
authorViresh Kumar <[email protected]>
Tue, 6 Jan 2015 15:39:09 +0000 (21:09 +0530)
committerRafael J. Wysocki <[email protected]>
Fri, 23 Jan 2015 22:06:44 +0000 (23:06 +0100)
commitc92f2125ac5338151bb5c45e371c701e107e3197
treeef7f6dd3f0bf914e404b54cfdd1e054173a24399
parent7c418ff099110d987846c8c670479a3b90ed1dcb
cpufreq: stats: drop 'cpu' field of struct cpufreq_stats

'cpu' field of struct cpufreq_stats isn't used anymore and so can be dropped.
This change makes cpufreq_stats_update_policy_cpu() empty and so that is removed
as well.

Reviewed-by: Prarit Bhargava <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/cpufreq/cpufreq_stats.c