[tmp] gpl symbol export: get_tcpm_port_polarity

Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
This commit is contained in:
Han Gao
2024-06-05 11:57:45 +08:00
parent 28105dd629
commit 61d6e77d70

View File

@@ -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)
{