Change symbol name to system_plugin_backend_deviced_battery_data.
Because data keyword was missing, the battery module in plugin backend
could not be loaded properly.
To load battery module, this is necessary.
Change-Id: I3630a4460d94a43259c2e4e0f7a91910411a0db3
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
return 0;
}
-syscommon_plugin_backend EXPORT system_plugin_backend_deviced_battery = {
+syscommon_plugin_backend EXPORT system_plugin_backend_deviced_battery_data = {
.name = "deviced-battery",
.vendor = "Samsung",
.init = deviced_plugin_battery_init,