projects
/
platform
/
hal
/
backend
/
power-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ce103
)
Replace deprecated abi_version with major/minor_version
17/316917/1
accepted/tizen/9.0/unified/20241223.020138
author
Chanwoo Choi
<cw00.choi@samsung.com>
Wed, 24 Jul 2024 10:29:21 +0000
(19:29 +0900)
committer
Youngjae Cho
<y0.cho@samsung.com>
Thu, 19 Dec 2024 08:18:58 +0000
(17:18 +0900)
Change-Id: I9934e86c6f169b8f857d3c0edeb58bcd7883571c
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/hal-backend-power.c
patch
|
blob
|
history
diff --git
a/src/hal-backend-power.c
b/src/hal-backend-power.c
index 18ec8db84a2b22397a4de75215e464961c57d4e1..10f363d8c22c902eadbaa3297e65b58cd242cef0 100644
(file)
--- a/
src/hal-backend-power.c
+++ b/
src/hal-backend-power.c
@@
-571,7
+571,8
@@
static int power_exit(void *data)
hal_backend hal_backend_power_data = {
.name = "power-cpu",
.vendor = "",
- .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
.init = power_init,
.exit = power_exit,
+ .major_version = 1,
+ .minor_version = 0,
};