Remove unneeded abi_version 52/308052/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20240318.143218
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 14 Mar 2024 10:49:22 +0000 (19:49 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Fri, 15 Mar 2024 11:10:31 +0000 (20:10 +0900)
Change-Id: I0b9dba89fb9a307e00f689738d3c85b19504b8f3
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/resourced-cpu-boosting/resourced-cpu-boosting.c
src/resourced-memory-lmk/resourced-memory-lmk.c

index 28f16363ac83167211b43a4436268aca2906d33a..45e61783a27e54d3ffb6c6e12fe36e5e09b84b5d 100644 (file)
@@ -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,
 };
index 65179cb60f4293e96b6b5d4ce7d101f35aaccd72..9868a387250326ece352a3d4c33586379258f7b5 100644 (file)
@@ -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,
 };