From 0d0ccbf21d9674312866c15ae29d7d98cafcb077 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Thu, 14 Mar 2024 19:49:22 +0900 Subject: [PATCH] Remove unneeded abi_version Change-Id: I0b9dba89fb9a307e00f689738d3c85b19504b8f3 Signed-off-by: Chanwoo Choi --- src/resourced-cpu-boosting/resourced-cpu-boosting.c | 1 - src/resourced-memory-lmk/resourced-memory-lmk.c | 1 - 2 files changed, 2 deletions(-) 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, }; -- 2.34.1