hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/usb/typec/class.c
....@@ -1984,7 +1984,6 @@
19841984 }
19851985 EXPORT_SYMBOL_GPL(typec_port_register_altmode);
19861986
1987
-#ifdef CONFIG_NO_GKI
19881987 void typec_port_register_altmodes(struct typec_port *port,
19891988 const struct typec_altmode_ops *ops, void *drvdata,
19901989 struct typec_altmode **altmodes, size_t n)
....@@ -2038,7 +2037,6 @@
20382037 }
20392038 }
20402039 EXPORT_SYMBOL_GPL(typec_port_register_altmodes);
2041
-#endif /* CONFIG_NO_GKI */
20422040
20432041 /**
20442042 * typec_register_port - Register a USB Type-C Port