net: ipa: kill the IPA_POWER_FLAG_RESUMED flag
authorAlex Elder <elder@linaro.org>
Fri, 23 Feb 2024 13:39:27 +0000 (07:39 -0600)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 27 Feb 2024 10:24:04 +0000 (11:24 +0100)
commitdae5d6e8f0ecbed0481a1a1cc11399f65b0a9b8a
tree3236dc96f47e7fce9e35695c442468d4c4b78f25
parent54f19ff7676fc60572f1e4725908094032523a95
net: ipa: kill the IPA_POWER_FLAG_RESUMED flag

The IPA_POWER_FLAG_RESUMED was originally used to avoid calling
pm_wakeup_dev_event() more than once when handling a SUSPEND
interrupt.  This call is no longer made, so there' no need for the
flag, so get rid of it.

That leaves no more IPA power flags usefully defined, so just get
rid of the bitmap in the IPA power structure and the definition of
the ipa_power_flag enumerated type.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ipa/ipa_power.c