diff options
author | Richard Fitzgerald <[email protected]> | 2023-07-21 14:21:19 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-07-23 23:40:22 +0100 |
commit | 64e05321506261b737abdbfc7a82144f30d0a925 (patch) | |
tree | 0c4fb215bfccfad50d6ecf8f6e8abfc8140ffc8e /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | 444dfa0912639fb2431553e8e54d2b35fdf590c2 (diff) |
ALSA: hda: Fix missing header dependencies
Add #includes of dependencies into hda_auto_parser.h and hda_generic.h
hda_auto_parser.h uses definitions in hda_local.h.
hda_generic.h uses definitions in hda_local.h and hda_auto_parser.h.
It also references struct hda_jack_callback, but only as a pointer.
This has been forward-declared so hda_jack.h only needs to be
included in source that actually uses it.
Signed-off-by: Richard Fitzgerald <[email protected]>
Reviewed-by: Takashi Iwai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions