summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);