Skip to content

Commit a21c1f0

Browse files
Alex Elderdavem330
authored andcommitted
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: c3f398b ("soc: qcom: ipa: IPA interface to GSI") Signed-off-by: Alex Elder <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3c90e95 commit a21c1f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ipa/ipa_gsi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include <linux/types.h>
88

9+
#include "ipa_gsi.h"
910
#include "gsi_trans.h"
1011
#include "ipa.h"
1112
#include "ipa_endpoint.h"

0 commit comments

Comments
 (0)