summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-11 23:30:53 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-11 23:30:53 -0700
commit7765daab6b2fc43ae0b8790d5dbbc8539a422db4 (patch)
treefd46783bfa364b9d6ed3cfd68949710c9ac4e614
parent4f65b492245aa60f821b9b1b607400f8504b084b (diff)
parent402501d6958e57e04c25f406ad53ce2649ea2d71 (diff)
downloadbt-7765daab6b2fc43ae0b8790d5dbbc8539a422db4.tar.gz
Merge "Bluetooth: Remove 'ssr_cleanup' in 'BLUETOOTH_VENDOR_LIB_INTERFACE'"
-rwxr-xr-xlibbt-vendor/src/bt_vendor_qcom.c4
1 files changed, 2 insertions, 2 deletions
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 @@ static bool is_debug_force_special_bytes() {
}
// 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
};