projects
/
platform
/
core
/
system
/
plugin
/
update-control-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29964e2
)
Remove unneeded abi_version
76/307976/1
accepted/tizen/unified/20240318.071413
accepted/tizen/unified/x/20240319.055608
author
Chanwoo Choi
<cw00.choi@samsung.com>
Fri, 15 Mar 2024 01:19:48 +0000
(10:19 +0900)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Fri, 15 Mar 2024 01:20:19 +0000
(10:20 +0900)
Change-Id: Ia1b0878a734bdbe6a2f38aadc1b52f6a1cb83b9c
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/plugin.c
patch
|
blob
|
history
diff --git
a/src/plugin.c
b/src/plugin.c
index e343dfa5b383e03afacf20dc8870682291dbf99e..d580cd704fd0b030eeed00712088f88926c1c672 100644
(file)
--- a/
src/plugin.c
+++ b/
src/plugin.c
@@
-691,7
+691,6
@@
static int update_control_exit(void *data)
syscommon_plugin_backend EXPORT system_plugin_backend_update_control_data = {
.name = "update-control",
.vendor = "Samsung",
- .abi_version = SYSCOMMON_PLUGIN_ABI_VERSION_TIZEN_9_0,
.init = update_control_init,
.exit = update_control_exit,
};