summaryrefslogtreecommitdiff
path: root/board/kodama/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kodama/board.c')
-rw-r--r--board/kodama/board.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/kodama/board.c b/board/kodama/board.c
index 5ecfc794f5..ba5e4a27a4 100644
--- a/board/kodama/board.c
+++ b/board/kodama/board.c
@@ -123,8 +123,12 @@ struct mt6370_thermal_bound thermal_bound = {
};
static void board_hpd_status(const struct usb_mux *me,
- mux_state_t mux_state)
+ mux_state_t mux_state,
+ bool *ack_required)
{
+ /* This driver does not use host command ACKs */
+ *ack_required = false;
+
/*
* svdm_dp_attention() did most of the work, we only need to notify
* host here.