Remove deprecated abi_version field 05/316805/1 accepted/tizen/9.0/unified/20241224.014858 accepted/tizen/9.0/unified/20250101.022049
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 18 Dec 2024 06:47:21 +0000 (15:47 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 18 Dec 2024 06:47:21 +0000 (15:47 +0900)
Change-Id: If7b229a92701fc9e8f96647acbc1a39e01cd1665
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/hal-backend-bluetooth.c

index 47ae48f3a8abb1b5812aff3f16388336f62c6831..1e2e4f79ed2226bb6bdea65b438a5d3bcb8e5513 100644 (file)
@@ -82,7 +82,6 @@ static int bluetooth_bcm_exit(void *data)
 hal_backend EXPORT hal_backend_bluetooth_data = {
        .name = "bluetooth-bcm",
        .vendor = "Samsung",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
        .init = bluetooth_bcm_init,
        .exit = bluetooth_bcm_exit,
        .major_version = 1,