summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2021-05-28 12:59:56 -0700
committerCommit Bot <commit-bot@chromium.org>2021-07-06 01:56:07 +0000
commit960267aa67c85e7b00a9ea9a6b58db2d018343ca (patch)
treef1a63136e7e47279a475424aa9b37af7f7d32b74 /include
parent24da17a6b9539a10e5d3fe6b9ad384802e04ea62 (diff)
downloadchrome-ec-960267aa67c85e7b00a9ea9a6b58db2d018343ca.tar.gz
chgstv2: Clean up CONFIG_CHARGER_PROFILE_OVERRIDE
This also cleans up CHARGE_STATE_DEBUG. BUG=None BRANCH=None TEST=buildall Change-Id: Idb18118100eece9029051625b4b32bdf09fdd553 Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2929344
Diffstat (limited to 'include')
-rw-r--r--include/charge_state_v2.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/charge_state_v2.h b/include/charge_state_v2.h
index 1bd64dec88..9325bcfdca 100644
--- a/include/charge_state_v2.h
+++ b/include/charge_state_v2.h
@@ -77,17 +77,6 @@ int charge_set_output_current_limit(int chgnum, int ma, int mv);
*/
int charge_set_input_current_limit(int ma, int mv);
-/*
- * Expose charge/battery related state
- *
- * @param param command to get corresponding data
- * @param value the corresponding data
- * @return EC_SUCCESS or error
- */
-#ifdef CONFIG_CHARGE_STATE_DEBUG
-int charge_get_charge_state_debug(int param, uint32_t *value);
-#endif /* CONFIG_CHARGE_STATE_DEBUG */
-
/**
* Set the desired manual charge current when in idle mode.
*