diff --git a/drivers/usb/typec/tcpm/tcpm.c b/drivers/usb/typec/tcpm/tcpm.c index 43f1dcf85..89b98be8d 100644 --- a/drivers/usb/typec/tcpm/tcpm.c +++ b/drivers/usb/typec/tcpm/tcpm.c @@ -566,6 +566,7 @@ int get_tcpm_port_polarity(struct tcpm_port *port) { return port->polarity; } +EXPORT_SYMBOL_GPL(get_tcpm_port_polarity); static bool tcpm_port_is_disconnected(struct tcpm_port *port) {