summaryrefslogtreecommitdiff
path: root/include/usb_pd_tcpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_pd_tcpm.h')
-rw-r--r--include/usb_pd_tcpm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/usb_pd_tcpm.h b/include/usb_pd_tcpm.h
index c104b3af8f..3d99e035f9 100644
--- a/include/usb_pd_tcpm.h
+++ b/include/usb_pd_tcpm.h
@@ -386,7 +386,6 @@ struct tcpm_drv {
int (*get_chip_info)(int port, int live,
struct ec_response_pd_chip_info_v1 *info);
-#ifdef CONFIG_USB_PD_PPC
/**
* Request current sinking state of the TCPC
* NOTE: this is most useful for PPCs that can not tell on their own
@@ -426,7 +425,6 @@ struct tcpm_drv {
* @return EC_SUCCESS or error
*/
int (*set_src_ctrl)(int port, int enable);
-#endif
#ifdef CONFIG_USB_PD_TCPC_LOW_POWER
/**