Remove unneeded abi_version 37/307937/1 accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_x tizen tizen_9.0 accepted/tizen/9.0/unified/20241030.232612 accepted/tizen/unified/20240318.071402 accepted/tizen/unified/dev/20240620.005755 accepted/tizen/unified/x/20240319.055359 tizen_9.0_m2_release
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 14 Mar 2024 10:49:22 +0000 (19:49 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 14 Mar 2024 10:50:09 +0000 (19:50 +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,
 };