diff options
author | Alex Elder <elder@linaro.org> | 2024-04-17 01:10:15 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-04-18 13:01:05 +0200 |
commit | 81186959917ac94817b36a98842a565ef3382dd2 (patch) | |
tree | f2140fb4fec9418d5b5c29f1b2a216960198ce08 /drivers/net/ipa/ipa_power.c | |
parent | net: ipa: include "ipa_interrupt.h" where needed (diff) | |
download | linux-81186959917ac94817b36a98842a565ef3382dd2.tar.xz linux-81186959917ac94817b36a98842a565ef3382dd2.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | drivers/net/ipa/ipa_power.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ipa/ipa_power.c b/drivers/net/ipa/ipa_power.c index 42d728f08c93..9569d35d899b 100644 --- a/drivers/net/ipa/ipa_power.c +++ b/drivers/net/ipa/ipa_power.c @@ -9,7 +9,6 @@ #include <linux/interconnect.h> #include <linux/pm.h> #include <linux/pm_runtime.h> -#include <linux/bitops.h> #include "linux/soc/qcom/qcom_aoss.h" |