Remove deprecated abi_version field 54/316754/1 accepted/tizen/unified/20241224.130103 accepted/tizen/unified/20241231.131837 accepted/tizen/unified/x/20241224.221557 accepted/tizen/unified/x/20250101.064957 accepted/tizen/unified/x/asan/20250113.001956
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 02:47:52 +0000 (11:47 +0900)
Change-Id: I2fec68da2f6e5039d3d4f0491cc855f1a03dc763
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,