From fd07e1d347ca6aa171e7fb2ce937ef0f536433b4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 13 Jun 2023 20:41:02 +0000 Subject: [PATCH] ANDROID: GKI: add skb_pull_data to android/abi_gki_aarch64_virtual_device In commit 88deda7cd8fa ("Bluetooth: btrtl: add support for the RTL8723CS"), the symbol skb_pull_data is added to the btrtl.ko module. This symbol is already in the normal GKI symbol list, but not in the virtual_device list, so the build breaks for that target. Add the symbol to android/abi_gki_aarch64_virtual_device to fix this up. Fixes: 88deda7cd8fa ("Bluetooth: btrtl: add support for the RTL8723CS") Change-Id: Ie5b697563f3de2d7171c5662ee7f4b12defa3ca6 Signed-off-by: Greg Kroah-Hartman --- android/abi_gki_aarch64_virtual_device | 1 + 1 file changed, 1 insertion(+) diff --git a/android/abi_gki_aarch64_virtual_device b/android/abi_gki_aarch64_virtual_device index 553c3e13046b..b8e0293b95ea 100644 --- a/android/abi_gki_aarch64_virtual_device +++ b/android/abi_gki_aarch64_virtual_device @@ -410,6 +410,7 @@ skb_copy_expand skb_dequeue skb_pull + skb_pull_data skb_push skb_put skb_queue_head