diff options
| author | Alex Elder <elder@linaro.org> | 2024-04-16 18:10:17 -0500 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2024-04-18 13:01:05 +0200 |
| commit | f60e5fb6dfafef0bcf32b4bc7f4fc2f5f1285815 (patch) | |
| tree | 84e924cda5b1e7570fbe59103ca5c0953739c001 /drivers/net/ipa/data/ipa_data-v4.2.c | |
| parent | net: ipa: eliminate unneeded struct declarations (diff) | |
| download | linux-f60e5fb6dfafef0bcf32b4bc7f4fc2f5f1285815.tar.gz linux-f60e5fb6dfafef0bcf32b4bc7f4fc2f5f1285815.zip | |
net: ipa: more include file cleanup
All of the config data files and all of the register definition
files (plus a few others) use GSI_EE_AP, which is defined in
"ipa_version.h". Include that header where it's needed.
All of the IPA register definition files include "../ipa.h", though
none of them need anything defined there. Similarly, all of the GSI
register definition files include "../gsi.h", but don't need anything
defined there. Remove these unnneded includes.
All of the configuration data files include "../gsi.h", though none
of them need anything defined there, so remove these includes.
Remove other includes of local header files that are not required.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ipa/data/ipa_data-v4.2.c')
| -rw-r--r-- | drivers/net/ipa/data/ipa_data-v4.2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ipa/data/ipa_data-v4.2.c b/drivers/net/ipa/data/ipa_data-v4.2.c index 25194519df8e..2c7e8cb429b9 100644 --- a/drivers/net/ipa/data/ipa_data-v4.2.c +++ b/drivers/net/ipa/data/ipa_data-v4.2.c @@ -5,10 +5,10 @@ #include <linux/array_size.h> #include <linux/log2.h> -#include "../gsi.h" #include "../ipa_data.h" #include "../ipa_endpoint.h" #include "../ipa_mem.h" +#include "../ipa_version.h" /** enum ipa_resource_type - IPA resource types for an SoC having IPA v4.2 */ enum ipa_resource_type { |
