summaryrefslogtreecommitdiff
path: root/include/driver/retimer/bb_retimer_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver/retimer/bb_retimer_public.h')
-rw-r--r--include/driver/retimer/bb_retimer_public.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/driver/retimer/bb_retimer_public.h b/include/driver/retimer/bb_retimer_public.h
index 8f5cec7421..35e289e2f2 100644
--- a/include/driver/retimer/bb_retimer_public.h
+++ b/include/driver/retimer/bb_retimer_public.h
@@ -56,12 +56,4 @@ __override_proto int bb_retimer_power_enable(const struct usb_mux *me,
void bb_retimer_hpd_update(const struct usb_mux *me, mux_state_t hpd_state,
bool *ack_required);
-/**
- * Enable/disable the USB3 state of BB retimer
- *
- * @param me Pointer to USB mux
- * @param enable BB retimer USB3 state to be changed
- */
-void bb_retimer_set_usb3(const struct usb_mux *me, bool enable);
-
#endif /* __CROS_EC_DRIVER_RETIMER_BB_RETIMER_PUBLIC_H */