Skip to content

Commit 3c90e95

Browse files
Alex Elderdavem330
authored andcommitted
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: 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 74478ea commit 3c90e95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/ipa/ipa_gsi.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
#include <linux/types.h>
1010

11+
struct gsi;
1112
struct gsi_trans;
13+
struct ipa_gsi_endpoint_data;
1214

1315
/**
1416
* ipa_gsi_trans_complete() - GSI transaction completion callback

0 commit comments

Comments
 (0)