Skip to content

Commit 55c49e5

Browse files
Alex Elderkuba-moo
authored andcommitted
net: ipa: add two missing declarations
When gsi_reg_init() got added, its declaration was added to "gsi_reg.h" without declaring the two struct pointer types it uses. Add these struct declarations to "gsi_reg.h". Fixes: 3c506ad ("net: ipa: introduce gsi_reg_init()") Signed-off-by: Alex Elder <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent dd172d0 commit 55c49e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/net/ipa/gsi_reg.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
#include <linux/bits.h>
1212

13+
struct platform_device;
14+
15+
struct gsi;
16+
1317
/**
1418
* DOC: GSI Registers
1519
*

0 commit comments

Comments
 (0)