summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYanfei Zhou <zyanfei@codeaurora.org>2017-03-17 11:13:11 +0800
committerYanfei Zhou <zyanfei@codeaurora.org>2017-03-17 11:18:55 +0800
commit402501d6958e57e04c25f406ad53ce2649ea2d71 (patch)
tree0d603bcbb7ef4052f77ff2c7df8de723caddb51e
parente304af7ccf9cf61a3ef6562ffec434a7d6e5e402 (diff)
downloadbt-402501d6958e57e04c25f406ad53ce2649ea2d71.tar.gz
Bluetooth: Remove 'ssr_cleanup' in 'BLUETOOTH_VENDOR_LIB_INTERFACE'
Reason: 'ssr_cleanup' is not defined in 'bt_vendor_interface_t' Change-Id: I4001283b0fa7eb6dbbec0fb6578c84ce20d09535 Signed-off-by: Yanfei Zhou <zyanfei@codeaurora.org>
-rw-r--r--libbt-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 8cb928b..21fe443 100644
--- a/libbt-vendor/src/bt_vendor_qcom.c
+++ b/libbt-vendor/src/bt_vendor_qcom.c
@@ -1458,10 +1458,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
};