summaryrefslogtreecommitdiff
path: root/driver/tcpm/tcpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/tcpm/tcpm.h')
-rw-r--r--driver/tcpm/tcpm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/tcpm/tcpm.h b/driver/tcpm/tcpm.h
index 02cdbe2cb6..fc0cd2791d 100644
--- a/driver/tcpm/tcpm.h
+++ b/driver/tcpm/tcpm.h
@@ -234,7 +234,7 @@ static inline int tcpc_i2c_write(const int port, const int addr,
#endif
static inline int tcpm_get_chip_info(int port, int renew,
- struct ec_response_pd_chip_info **info)
+ struct ec_response_pd_chip_info_v1 **info)
{
if (tcpc_config[port].drv->get_chip_info)
return tcpc_config[port].drv->get_chip_info(port, renew, info);