net: ipa: add some needed struct declarations
authorAlex Elder <elder@linaro.org>
Tue, 16 Apr 2024 23:10:15 +0000 (18:10 -0500)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 18 Apr 2024 11:01:05 +0000 (13:01 +0200)
commit81186959917ac94817b36a98842a565ef3382dd2
treef2140fb4fec9418d5b5c29f1b2a216960198ce08
parenta53c85f352587f0c4a9723acd385e3ef26d82187
net: ipa: add some needed struct declarations

Declare some structure types in a few header files where functions
declared therein use them:
  - Functions are declared in "gsi_private.h" that use gsi, gsi_ring, and
    gsi_trans structure pointers.
  - A gsi_trans struct pointer is passed to two functions
    declared in "ipa_endpoint.h"
  - In "ipa_interrupt.h", a platform_device pointer is passed in the
    declaration for ipa_interrupt_init().

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ipa/gsi_private.h
drivers/net/ipa/ipa_endpoint.h
drivers/net/ipa/ipa_interrupt.h
drivers/net/ipa/ipa_power.c