cpufreq: intel_pstate: remove cpudata::prev_cummulative_iowait
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Tue, 13 Feb 2024 11:16:00 +0000 (12:16 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 13 Feb 2024 12:47:35 +0000 (13:47 +0100)
commit4615ac9010be84d676f9e893e5a7ea4b5febd1e8
tree84c3fea09b4d9e9f635433281cf430b289a052ca
parente13aa799c2a6a0be23294b630109d23940cf8079
cpufreq: intel_pstate: remove cpudata::prev_cummulative_iowait

Commit 09c448d3c61f ("cpufreq: intel_pstate: Use IOWAIT flag in Atom
algorithm") removed the last user of cpudata::prev_cummulative_iowait.
Remove the member too.

Found by https://github.com/jirislaby/clang-struct.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c