net: ipa: move the definition of gsi_ee_id
authorAlex Elder <elder@linaro.org>
Sat, 10 Sep 2022 01:11:27 +0000 (20:11 -0500)
committerJakub Kicinski <kuba@kernel.org>
Tue, 20 Sep 2022 14:45:46 +0000 (07:45 -0700)
commitbb788de30a74facb920448bb129d345eb0294b13
treefb0f206a2cc3ee07977d0a04d70f8d1b5c03373b
parent5ea4285829de7aa823d60d7338668fb821bb1753
net: ipa: move the definition of gsi_ee_id

Move the definition of the gsi_ee_id enumerated type out of "gsi.h"
and into "ipa_version.h".  That latter header file isolates the
definition of the ipa_version enumerated type, allowing it to be
included in both IPA and GSI code.  We have the same requirement for
gsi_ee_id, and moving it here makes it easier to get only that
definition without everything else defined in "gsi.h".

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/gsi.h
drivers/net/ipa/ipa_version.h