commit | 3c90e95bd958285d416e83cffda82ddc92d91294 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Mon Jul 06 18:10:09 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 07 12:43:18 2020 -0700 |
tree | 24b0f0ed9d6c3a487db2eba53e0ca8efeef7abec | |
parent | 74478ea4ded519db35cb1f059948b1e713bb4abf [diff] |
net: ipa: declare struct types in "ipa_gsi.h" Pointers to two struct types are used in "ipa_gsi.h", without those struct types being forward-declared. Add these declarations. Fixes: c3f398b141a8 ("soc: qcom: ipa: IPA interface to GSI") Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>