OSDN Git Service

net: ipa: include declarations in "ipa_gsi.c"
authorAlex Elder <elder@linaro.org>
Mon, 6 Jul 2020 23:10:10 +0000 (18:10 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jul 2020 19:43:18 +0000 (12:43 -0700)
commita21c1f028fbae8c8e2e2602d3ea206fefa448d73
tree15bd2fc3ae60a0f7012baa697239379712537673
parent3c90e95bd958285d416e83cffda82ddc92d91294
net: ipa: include declarations in "ipa_gsi.c"

Include "ipa_gsi.h" in "ipa_gsi.c", so the public functions are
defined before they are used in "ipa_gsi.c".  This addresses some
warnings that are reported with a "W=1" build.

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>
drivers/net/ipa/ipa_gsi.c