diff options
author | Alex Elder <elder@linaro.org> | 2024-02-23 14:39:29 +0100 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-02-27 11:24:04 +0100 |
commit | 423df2e09d3b893ce83bc35ca81657829604968e (patch) | |
tree | 4774774db0585380c64fcf833335b515eab0c035 /drivers/net/ipa/ipa_interrupt.h | |
parent | net: ipa: move ipa_interrupt_suspend_clear_all() up (diff) | |
download | linux-423df2e09d3b893ce83bc35ca81657829604968e.tar.xz linux-423df2e09d3b893ce83bc35ca81657829604968e.zip |
net: ipa: kill ipa_power_suspend_handler()
Now that ipa_power_suspend_handler() is a trivial wrapper around
ipa_interrupt_suspend_clear_all(), we can open-code it in the one
place it's used, and get rid of the function.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ipa/ipa_interrupt.h')
-rw-r--r-- | drivers/net/ipa/ipa_interrupt.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/ipa/ipa_interrupt.h b/drivers/net/ipa/ipa_interrupt.h index 12e3e798ccb3..53e1b71685c7 100644 --- a/drivers/net/ipa/ipa_interrupt.h +++ b/drivers/net/ipa/ipa_interrupt.h @@ -35,14 +35,6 @@ void ipa_interrupt_suspend_disable(struct ipa_interrupt *interrupt, u32 endpoint_id); /** - * ipa_interrupt_suspend_clear_all - clear all suspend interrupts - * @interrupt: IPA interrupt structure - * - * Clear the TX_SUSPEND interrupt for all endpoints that signaled it. - */ -void ipa_interrupt_suspend_clear_all(struct ipa_interrupt *interrupt); - -/** * ipa_interrupt_simulate_suspend() - Simulate TX_SUSPEND IPA interrupt * @interrupt: IPA interrupt structure * |