summaryrefslogtreecommitdiff
path: root/include/power.h
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2017-10-30 20:08:48 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-10-31 15:15:14 -0700
commit352276235ca18404a42ca01b75de3fdc7951e271 (patch)
treeab25aae1cb5b202827aea6604a05e08164f540d8 /include/power.h
parent1f767e3e91be388dee689ac85408dfb5e3414581 (diff)
downloadchrome-ec-352276235ca18404a42ca01b75de3fdc7951e271.tar.gz
power: Get rid of power_board_handle_host_sleep_event
power_board_handle_host_sleep_event was added to allow boards like poppy to enable/disable PMIC VR decay only once during S0ix entry/exit. Now that the chipset hooks have been fixed, there is no need of this board specific callback. If in the future, there is a need to have such a callback, this change can be reverted. BUG=None BRANCH=None TEST=make -j buildall Change-Id: I1d60e43da6c0d462132593efa26bc52312b81786 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/745982 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'include/power.h')
-rw-r--r--include/power.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/power.h b/include/power.h
index 271b8add69..a39b757078 100644
--- a/include/power.h
+++ b/include/power.h
@@ -192,14 +192,6 @@ enum host_sleep_event power_get_host_sleep_state(void);
*/
void power_chipset_handle_host_sleep_event(enum host_sleep_event state);
-/**
- * Provide callback to allow board to take any action on host sleep event
- * command.
- *
- * @param state Current host sleep state updated by the host.
- */
-void power_board_handle_host_sleep_event(enum host_sleep_event state);
-
/*
* This is the default state of host sleep event. Calls to
* power_reset_host_sleep_state will set host sleep event to this