aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorAlex Elder <[email protected]>2024-04-16 23:10:14 +0000
committerPaolo Abeni <[email protected]>2024-04-18 11:01:05 +0000
commita53c85f352587f0c4a9723acd385e3ef26d82187 (patch)
treeae0bcdb0f32959fb3886f160dbde9b9f51dc6cce /net/unix/af_unix.c
parentnet: ipa: remove unneeded standard includes (diff)
downloadkernel-a53c85f352587f0c4a9723acd385e3ef26d82187.tar.gz
kernel-a53c85f352587f0c4a9723acd385e3ef26d82187.zip
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 <[email protected]> Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions