ANDROID: GKI: db845c: add pcie_capability_clear_and_set_word to the symbol list
In commit811ec8bc68
("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:811ec8bc68
("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:
parent
1d14a4d9ce
commit
59ff7fa115
@ -523,6 +523,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
|
||||
|
Loading…
Reference in New Issue
Block a user