kernel/drivers/usb/typec/class.c
.. .. @@ -1984,7 +1984,6 @@ 1984 1984 } 1985 1985 EXPORT_SYMBOL_GPL(typec_port_register_altmode); 1986 1986 1987 -#ifdef CONFIG_NO_GKI1988 1987 void typec_port_register_altmodes(struct typec_port *port, 1989 1988 const struct typec_altmode_ops *ops, void *drvdata, 1990 1989 struct typec_altmode **altmodes, size_t n) .. .. @@ -2038,7 +2037,6 @@ 2038 2037 } 2039 2038 } 2040 2039 EXPORT_SYMBOL_GPL(typec_port_register_altmodes); 2041 -#endif /* CONFIG_NO_GKI */2042 2040 2043 2041 /** 2044 2042 * typec_register_port - Register a USB Type-C Port