net: ipa: include "ipa_interrupt.h" where needed
authorAlex Elder <elder@linaro.org>
Tue, 16 Apr 2024 23:10:14 +0000 (18:10 -0500)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 18 Apr 2024 11:01:05 +0000 (13:01 +0200)
commita53c85f352587f0c4a9723acd385e3ef26d82187
treeae0bcdb0f32959fb3886f160dbde9b9f51dc6cce
parent8c044024e608dc1d7dc237102953e1545691f464
net: ipa: include "ipa_interrupt.h" where needed

The IPA structure contains an ipa_interrupt structure pointer, and
that structure is declared in "ipa.h".  There is no need to include
"ipa_interrupt.h" in that header file.

Instead, include "ipa_interrupt.h" in the three source files (in
addition to "ipa_main.c") that actually use the functions that are
declared there.

Similarly, three files use symbols defined in "ipa_reg.h" but do not
include that file; include it.

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