summaryrefslogtreecommitdiff
path: root/baseboard/intelrvp/ite_ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/intelrvp/ite_ec.c')
-rw-r--r--baseboard/intelrvp/ite_ec.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/baseboard/intelrvp/ite_ec.c b/baseboard/intelrvp/ite_ec.c
index a575aab417..27a4138aa3 100644
--- a/baseboard/intelrvp/ite_ec.c
+++ b/baseboard/intelrvp/ite_ec.c
@@ -19,18 +19,6 @@ void board_reset_pd_mcu(void)
/* Not applicable for ITE TCPC */
}
-uint16_t tcpc_get_alert_status(void)
-{
- /*
- * Since C0/C1 TCPC are embedded within EC, we don't need the
- * PDCMD tasks. The (embedded) TCPC status since chip driver
- * code handles its own interrupts and forward the correct
- * events to the PD_C0 task. See it83xx/intc.c
- */
-
- return 0;
-}
-
/* Keyboard scan setting */
struct keyboard_scan_config keyscan_config = {
.output_settle_us = 35,