summaryrefslogtreecommitdiff
path: root/tools/lib/python
diff options
context:
space:
mode:
authorJay Ng <jayng9663@gmail.com>2026-04-07 20:42:36 -0700
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>2026-05-26 15:17:08 +0300
commitf54a741c278a5ccd7ff3fc657c8c1cd694448944 (patch)
tree7ba879df78b675e32784b757c1793ef1965e77c5 /tools/lib/python
parent65150c9cc3e06ab54bc4e8134a47f6f5d095a4e3 (diff)
wifi: iwlwifi: remove unused header inclusions
Remove header files that are included but provide no symbols, types, or macros used by the including translation unit. In iwl-trans.c, fw/api/tx.h defines TX command structures (iwl_tx_cmd, iwl_tx_resp, TX_CMD_* flags) used by the PCIe TX path, not by the transport core itself. Similarly, iwl-fh.h defines Flow Handler register addresses and DMA-related constants (FH_*, RFH_*, TFD_*) that are consumed by PCIe-specific code, none of which are referenced in iwl-trans.c. In iwl-nvm-parse.c, fw/acpi.h defines ACPI/SAR/GEO/PPAG interfaces (iwl_acpi_*, iwl_sar_*, iwl_geo_*). No references to any of these interfaces exist in this file. Signed-off-by: Jay Ng <jayng9663@gmail.com> Link: https://patch.msgid.link/20260408034413.1875915-1-jayng9663@gmail.com Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions