diff options
author | Alex Elder <elder@linaro.org> | 2024-02-23 07:39:29 -0600 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-02-27 11:24:04 +0100 |
commit | 423df2e09d3b893ce83bc35ca81657829604968e (patch) | |
tree | 4774774db0585380c64fcf833335b515eab0c035 /drivers/net/ipa/ipa_power.h | |
parent | ef63ca78da2e5cfbf7b795345cb9649902b77022 (diff) |
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_power.h')
-rw-r--r-- | drivers/net/ipa/ipa_power.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/ipa/ipa_power.h b/drivers/net/ipa/ipa_power.h index 718aacf5e2b2..227cc04bea80 100644 --- a/drivers/net/ipa/ipa_power.h +++ b/drivers/net/ipa/ipa_power.h @@ -31,17 +31,6 @@ u32 ipa_core_clock_rate(struct ipa *ipa); void ipa_power_retention(struct ipa *ipa, bool enable); /** - * ipa_power_suspend_handler() - Handler for SUSPEND IPA interrupts - * @ipa: IPA pointer - * @irq_id: IPA interrupt ID (unused) - * - * If an RX endpoint is suspended, and the IPA has a packet destined for - * that endpoint, the IPA generates a SUSPEND interrupt to inform the AP - * that it should resume the endpoint. - */ -void ipa_power_suspend_handler(struct ipa *ipa, enum ipa_irq_id irq_id); - -/** * ipa_power_setup() - Set up IPA power management * @ipa: IPA pointer * |