diff options
author | Alex Elder <elder@linaro.org> | 2021-08-19 17:19:27 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-20 14:45:47 +0100 |
commit | c3f115aa5e1b6459e2ccd711277435397dd7c6e9 (patch) | |
tree | 665dd48ccd9e3e733c54b94320070076f653d4fb /tools/perf/scripts/python/exported-sql-viewer.py | |
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 <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions