projects
/
platform
/
hal
/
api
/
device.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc8016
)
battery: remove unused struct variable
84/274584/2
accepted/tizen_7.0_unified_hotfix
tizen_7.0_hotfix
accepted/tizen/7.0/unified/20221110.061228
accepted/tizen/7.0/unified/hotfix/20221116.110328
accepted/tizen/unified/20220626.224828
submit/tizen/20220624.005127
tizen_7.0_m2_release
author
Youngjae Cho
<y0.cho@samsung.com>
Tue, 3 May 2022 04:50:49 +0000
(13:50 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Tue, 7 Jun 2022 02:01:46 +0000
(
02:01
+0000)
Change-Id: I86ba0c395fc7bd84e7b2177d3517e7e2985c0aa2
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
include/backend/hal-battery-interface.h
patch
|
blob
|
history
diff --git
a/include/backend/hal-battery-interface.h
b/include/backend/hal-battery-interface.h
index f9302bdc519301138f47fa5e33eacd832d8a41e2..00d06b5ec0ce618100252b8c5cab23a46830011b 100644
(file)
--- 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);