Merge "Bluetooth: Remove 'ssr_cleanup' in 'BLUETOOTH_VENDOR_LIB_INTERFACE'"
diff --git a/libbt-vendor/src/bt_vendor_qcom.c b/libbt-vendor/src/bt_vendor_qcom.c
index ec5eddd..8cbf5d1 100755
--- a/libbt-vendor/src/bt_vendor_qcom.c
+++ b/libbt-vendor/src/bt_vendor_qcom.c
@@ -1474,10 +1474,10 @@
}
// Entry point of DLib
+/* Remove 'ssr_cleanup' because it's not defined in 'bt_vendor_interface_t'. */
const bt_vendor_interface_t BLUETOOTH_VENDOR_LIB_INTERFACE = {
sizeof(bt_vendor_interface_t),
init,
op,
- cleanup,
- ssr_cleanup
+ cleanup
};