summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--power/power_tuna.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/power/power_tuna.c b/power/power_tuna.c
index bff028d..1c7cc9d 100644
--- a/power/power_tuna.c
+++ b/power/power_tuna.c
@@ -146,8 +146,8 @@ static struct hw_module_methods_t power_module_methods = {
struct power_module HAL_MODULE_INFO_SYM = {
.common = {
.tag = HARDWARE_MODULE_TAG,
- .version_major = 1,
- .version_minor = 0,
+ .module_api_version = POWER_MODULE_API_VERSION_0_2,
+ .hal_api_version = HARDWARE_HAL_API_VERSION,
.id = POWER_HARDWARE_MODULE_ID,
.name = "Tuna Power HAL",
.author = "The Android Open Source Project",