From: Chanwoo Choi Date: Thu, 14 Mar 2024 10:49:22 +0000 (+0900) Subject: Remove unneeded abi_version X-Git-Tag: accepted/tizen/unified/20240318.071402^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fcore%2Fsystem%2Fplugin%2Fresourced-generic.git Remove unneeded abi_version Change-Id: I0b9dba89fb9a307e00f689738d3c85b19504b8f3 Signed-off-by: Chanwoo Choi --- diff --git a/src/resourced-cpu-boosting/resourced-cpu-boosting.c b/src/resourced-cpu-boosting/resourced-cpu-boosting.c index 28f1636..45e6178 100644 --- a/src/resourced-cpu-boosting/resourced-cpu-boosting.c +++ b/src/resourced-cpu-boosting/resourced-cpu-boosting.c @@ -412,7 +412,6 @@ static syscommon_plugin_backend_resourced_cpu_boosting_funcs g_cpu_boosting_func syscommon_plugin_backend EXPORT system_plugin_backend_resourced_cpu_boosting_data = { .name = "resourced-cpu-boosting", .vendor = "Samsung", - .abi_version = SYSCOMMON_PLUGIN_ABI_VERSION_TIZEN_8_0, .init = resourced_cpu_boosting_init, .exit = resourced_cpu_boosting_exit, }; diff --git a/src/resourced-memory-lmk/resourced-memory-lmk.c b/src/resourced-memory-lmk/resourced-memory-lmk.c index 65179cb..9868a38 100644 --- a/src/resourced-memory-lmk/resourced-memory-lmk.c +++ b/src/resourced-memory-lmk/resourced-memory-lmk.c @@ -339,7 +339,6 @@ static syscommon_plugin_backend_resourced_memory_lmk_funcs g_lmk_funcs = { syscommon_plugin_backend EXPORT system_plugin_backend_resourced_memory_lmk_data = { .name = "resourced-memory-lmk", .vendor = "Samsung", - .abi_version = SYSCOMMON_PLUGIN_ABI_VERSION_TIZEN_8_0, .init = resourced_memory_lmk_init, .exit = resourced_memory_lmk_exit, };