mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 01:51:53 +00:00
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: c3f398b141
("soc: qcom: ipa: IPA interface to GSI")
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
74478ea4de
commit
3c90e95bd9
@ -8,7 +8,9 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
struct gsi;
|
||||
struct gsi_trans;
|
||||
struct ipa_gsi_endpoint_data;
|
||||
|
||||
/**
|
||||
* ipa_gsi_trans_complete() - GSI transaction completion callback
|
||||
|
Loading…
Reference in New Issue
Block a user