summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjae Cho <y0.cho@samsung.com>2022-05-03 13:50:49 +0900
committerHyotaek Shim <hyotaek.shim@samsung.com>2022-06-07 02:01:46 +0000
commiteb6362f5ac77cb97e432dfdb3a6b64fb1a113e54 (patch)
tree9fa52a84b8a1ddc060ff31a36462bb02f0917c54
parent2cc8016090da0b393ca8c455cdd13b83c9e0c195 (diff)
downloaddevice-accepted/tizen_7.0_unified_hotfix.tar.gz
device-accepted/tizen_7.0_unified_hotfix.tar.bz2
device-accepted/tizen_7.0_unified_hotfix.zip
Change-Id: I86ba0c395fc7bd84e7b2177d3517e7e2985c0aa2 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
-rw-r--r--include/backend/hal-battery-interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/hal-battery-interface.h b/include/backend/hal-battery-interface.h
index f9302bd..00d06b5 100644
--- a/include/backend/hal-battery-interface.h
+++ b/include/backend/hal-battery-interface.h
@@ -47,8 +47,6 @@ struct battery_info {
int voltage_now;
int voltage_average;
int temperature;
-
- int freq_strength; /* charging frequency strength from charger */
};
typedef void (*BatteryUpdated)(struct battery_info *info, void *data);