diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-10-15 16:44:27 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-10-16 17:21:51 +0200 |
commit | bae314dd5d8dfdd90ee584003a0f8c06e1bf3ea2 (patch) | |
tree | 327f37b22719dcff2e7a8dacc9c3936271484d32 /drivers/idle | |
parent | 8bb2e2a887afdf8a39e68fa0dccf82a168aae655 (diff) | |
download | linux-bae314dd5d8dfdd90ee584003a0f8c06e1bf3ea2.tar.gz linux-bae314dd5d8dfdd90ee584003a0f8c06e1bf3ea2.tar.bz2 linux-bae314dd5d8dfdd90ee584003a0f8c06e1bf3ea2.zip |
cpuidle: Remove pointless stub
The cpuidle.h header is declaring a function with an empty stub
for the cpuidle disabled case, but that function is only called
by cpuidle governors which depend on cpuidle anyway.
In other words, the function is only called when cpuidle is enabled,
so there is no need for the stub.
Remove the pointless stub.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
[ rjw: Changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/idle')
0 files changed, 0 insertions, 0 deletions