From 59ff7fa115e496852bf16936ab5a149345b4556f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 7 Oct 2023 10:51:26 +0000 Subject: [PATCH] ANDROID: GKI: db845c: add pcie_capability_clear_and_set_word to the symbol list In commit 811ec8bc68f3 ("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: 811ec8bc68f3 ("wifi: ath11k: Use RMW accessors for changing LNKCTL") Change-Id: I5ad48ff8edf0fcae6d3e123db4e2ebd875c7ce7e Signed-off-by: Greg Kroah-Hartman --- android/abi_gki_aarch64_db845c | 1 + 1 file changed, 1 insertion(+) diff --git a/android/abi_gki_aarch64_db845c b/android/abi_gki_aarch64_db845c index 2a9e9d583485..09191ef02a16 100644 --- a/android/abi_gki_aarch64_db845c +++ b/android/abi_gki_aarch64_db845c @@ -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