Remove deprecated abi_version field 01/316801/1 accepted/tizen_9.0_unified tizen_9.0 accepted/tizen/9.0/unified/20241224.014859 accepted/tizen/9.0/unified/20250101.022050
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 18 Dec 2024 02:44:44 +0000 (11:44 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 18 Dec 2024 06:39:03 +0000 (15:39 +0900)
Change-Id: I7f058662ad400a45585ff547c72cf495be9ad378
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/hal-backend-bluetooth.c

index 0e07f2209eeb7a197f4edd9be1eaaed05e21a251..a206616d4163f8c93ac8a23c6d83552bab4a1df3 100644 (file)
@@ -82,7 +82,6 @@ static int bluetooth_usb_exit(void *data)
 hal_backend EXPORT hal_backend_bluetooth_data = {
        .name = "bluetooth-usb",
        .vendor = "Samsung",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
        .init = bluetooth_usb_init,
        .exit = bluetooth_usb_exit,
        .major_version = 1,