summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-12 16:19:20 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:56:25 +0000
commit0b0107abecf861d9b802c94f692eff3e4997d352 (patch)
treefa3b700412268e549e93d2b816f49de17de9995e
parent1a16d749fdf2fc250f83e3f591629be41b067eff (diff)
downloadchrome-ec-0b0107abecf861d9b802c94f692eff3e4997d352.tar.gz
Revert "hammer: Pulse detection pin on USB wake event"
This reverts commit 7fb0338cbd40d40db2a304cd3e8ed10ae4f59450. BUG=b:200823466 TEST=make buildall -j Change-Id: I439ed8d5c8f16abfa3b077ab623398e73720aedb Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3285830 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
-rw-r--r--include/usb_api.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/usb_api.h b/include/usb_api.h
index 740d6b7c06..27326a7289 100644
--- a/include/usb_api.h
+++ b/include/usb_api.h
@@ -68,9 +68,6 @@ void usb_restore_suspended_state(void);
*/
void usb_wake(void);
-/* Board-specific USB wake, for side-band wake, called by usb_wake above. */
-void board_usb_wake(void);
-
#ifdef CONFIG_USB_SELECT_PHY
/* Select which PHY to use. */
void usb_select_phy(uint32_t phy);