From 6d58e7144473f46c245792380c8fc1c7e928147e Mon Sep 17 00:00:00 2001 From: Vaibhav Hiremath Date: Thu, 5 May 2016 14:32:29 +0530 Subject: greybus: connection: export gb_connection_disable_rx() fn gb_connection_disable_rx() fn is required to be used by other modules (e.g. bridged-phy drivers) and so export it. Testing Done: Tested on gbsim. Signed-off-by: Vaibhav Hiremath Reviewed-by: Viresh Kumar Tested-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/connection.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/staging/greybus') 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) { -- cgit v1.2.3