Skip to content
Commit 6a5f95b5 authored by Fieah Lim's avatar Fieah Lim Committed by Rafael J. Wysocki
Browse files

cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()



cpuidle_get_last_residency() is just a wrapper for retrieving
the last_residency member of struct cpuidle_device.  It's also
weirdly the only wrapper function for accessing cpuidle_* struct
member (by my best guess is it could be a leftover from v2.x).

Anyhow, since the only two users (the ladder and menu governors)
can access dev->last_residency directly, and it's more intuitive to
do it that way, let's just get rid of the wrapper.

This patch tidies up CPU idle code a bit without functional changes.

Signed-off-by: default avatarFieah Lim <kw@fieahl.im>
[ rjw: Changelog cleanup ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent a4a008e5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment