ANDROID: GKI: db845c: add pcie_capability_clear_and_set_word to the symbol list

In commit 3539bab5f9 ("wifi: ath11k: Use RMW accessors for changing
LNKCTL"), the ath11k driver adds a call to
pcie_capability_clear_and_set_word which is not in the db845c's exported
symbol list, so the build breaks.  Fix this up by adding the symbol to
the correct list (it's already part of the Android preserved KABI list
in other targets.)

Fixes: 3539bab5f9 ("wifi: ath11k: Use RMW accessors for changing LNKCTL")
Change-Id: I5ad48ff8edf0fcae6d3e123db4e2ebd875c7ce7e
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2023-10-07 10:51:26 +00:00
parent 4a80d037ed
commit e25a34ce77

View File

@@ -472,6 +472,7 @@
param_ops_uint
pci_clear_master
pci_disable_device
pcie_capability_clear_and_set_word
pcie_capability_read_word
pcie_capability_write_word
pci_enable_device