]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: ipa: move IPA flags field
authorAlex Elder <elder@linaro.org>
Wed, 4 Aug 2021 15:36:26 +0000 (10:36 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Aug 2021 10:27:05 +0000 (11:27 +0100)
commitafb08b7e220ef7278ffceb4f9e201c2a904e18a9
tree86cfad3184988cd1641b36901328fe879a28b4e3
parentafe1baa82db2b7345944b042a6c84757639a4283
net: ipa: move IPA flags field

The ipa->flags field is only ever used in "ipa_clock.c", related to
suspend/resume activity.

Move the definition of the ipa_flag enumerated type to "ipa_clock.c".
And move the flags field from the ipa structure and to the ipa_clock
structure.  Rename the type and its values to include "power" or
"POWER" in the name.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa.h
drivers/net/ipa/ipa_clock.c