• Alex Elder's avatar
    net: ipa: kill ipa_clock_get() · c3f115aa
    Alex Elder authored
    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: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    c3f115aa
ipa_interrupt.c 7.58 KB