Skip to content

Commit

Permalink
net: ipa: add two missing declarations
Browse files Browse the repository at this point in the history
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 <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Alex Elder authored and Jakub Kicinski committed Mar 17, 2023
1 parent dd172d0 commit 55c49e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/ipa/gsi_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

#include <linux/bits.h>

struct platform_device;

struct gsi;

/**
* DOC: GSI Registers
*
Expand Down

0 comments on commit 55c49e5

Please sign in to comment.