]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc4e72c399139f8b85ce4ffbfa979c45ec93ce624
treefb0f206a2cc3ee07977d0a04d70f8d1b5c03373b
parent8cf570e79cef9a86a67696fffb18ec8b048cc37e
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