From: Chanwoo Choi Date: Thu, 14 Mar 2024 10:44:28 +0000 (+0900) Subject: Remove deprecated abi_version X-Git-Tag: accepted/tizen/8.0/unified/20240318.143227^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;p=platform%2Fcore%2Fsystem%2Fplugin%2Fdeviced-headed.git Remove deprecated abi_version Change-Id: Ief24a202af3714dd051804b7e61c673bceaf42d6 Signed-off-by: Chanwoo Choi --- diff --git a/src/deviced-display/deviced-display.c b/src/deviced-display/deviced-display.c index 6f8b223..a056e46 100644 --- a/src/deviced-display/deviced-display.c +++ b/src/deviced-display/deviced-display.c @@ -85,7 +85,6 @@ static int deviced_display_exit(void *data) syscommon_plugin_backend EXPORT system_plugin_backend_deviced_display_data = { .name = "deviced-display", .vendor = "Samsung", - .abi_version = SYSCOMMON_PLUGIN_ABI_VERSION_TIZEN_8_0, .init = deviced_display_init, .exit = deviced_display_exit, }; diff --git a/src/deviced-input/deviced-input.c b/src/deviced-input/deviced-input.c index 7495df7..aaf6d1d 100644 --- a/src/deviced-input/deviced-input.c +++ b/src/deviced-input/deviced-input.c @@ -964,7 +964,6 @@ static int deviced_input_exit(void *data) syscommon_plugin_backend EXPORT system_plugin_backend_deviced_input_data = { .name = "deviced-input", .vendor = "Samsung", - .abi_version = SYSCOMMON_PLUGIN_ABI_VERSION_TIZEN_8_0, .init = deviced_input_init, .exit = deviced_input_exit, };