projects
/
platform
/
hal
/
backend
/
vim3
/
bluetooth-vim3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7092d46
)
Remove deprecated abi_version field
52/316752/1
accepted/tizen/unified/20241224.130105
accepted/tizen/unified/20241231.131835
accepted/tizen/unified/x/asan/20250113.002004
author
Chanwoo Choi
<cw00.choi@samsung.com>
Wed, 18 Dec 2024 02:42:15 +0000
(11:42 +0900)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Wed, 18 Dec 2024 02:42:54 +0000
(11:42 +0900)
Change-Id: I52c7da9b87287e11c4134661dd956f0cbbb89533
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/hal-backend-bluetooth.c
patch
|
blob
|
history
diff --git
a/src/hal-backend-bluetooth.c
b/src/hal-backend-bluetooth.c
index a3f5078dd8e745e1a676d96f15ffcdaa76375faa..82410f8ce2485769dd85616a7db1a92dd5b225cf 100644
(file)
--- a/
src/hal-backend-bluetooth.c
+++ b/
src/hal-backend-bluetooth.c
@@
-82,7
+82,6
@@
static int bluetooth_vim3_exit(void *data)
hal_backend EXPORT hal_backend_bluetooth_data = {
.name = "bluetooth-vim3",
.vendor = "Samsung",
- .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
.init = bluetooth_vim3_init,
.exit = bluetooth_vim3_exit,
.major_version = 1,