diff --git a/drivers/staging/greybus/connection.c b/drivers/staging/greybus/connection.c index 1880f8f6065f..1564db84b4ed 100644 --- a/drivers/staging/greybus/connection.c +++ b/drivers/staging/greybus/connection.c @@ -617,6 +617,7 @@ void gb_connection_disable_rx(struct gb_connection *connection) out_unlock: mutex_unlock(&connection->mutex); } +EXPORT_SYMBOL_GPL(gb_connection_disable_rx); void gb_connection_disable(struct gb_connection *connection) {