diff options
author | Alex Elder <[email protected]> | 2021-08-19 17:19:27 -0500 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-08-20 14:45:47 +0100 |
commit | c3f115aa5e1b6459e2ccd711277435397dd7c6e9 (patch) | |
tree | 665dd48ccd9e3e733c54b94320070076f653d4fb /tools/perf/scripts | |
parent | 724c2d743688f296263df0223c3d95987dfc427b (diff) |
net: ipa: kill ipa_clock_get()
The only remaining user of the ipa_clock_{get,put}() interface is
ipa_isr_thread(). Replace calls to ipa_clock_get() there calling
pm_runtime_get_sync() instead. And call pm_runtime_put() there
rather than ipa_clock_put(). Warn if we ever get an error.
With that, we can get rid of ipa_clock_get() and ipa_clock_put().
Signed-off-by: Alex Elder <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions