From 61d6e77d70eb5778884ebb23981c4f44996a9317 Mon Sep 17 00:00:00 2001 From: Han Gao Date: Wed, 5 Jun 2024 11:57:45 +0800 Subject: [PATCH] [tmp] gpl symbol export: get_tcpm_port_polarity Signed-off-by: Han Gao --- drivers/usb/typec/tcpm/tcpm.c | 1 + 1 file changed, 1 insertion(+) 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) {