]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
greybus: connection: export gb_connection_disable_rx() fn
authorVaibhav Hiremath <vaibhav.hiremath@linaro.org>
Thu, 5 May 2016 09:02:29 +0000 (14:32 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 5 May 2016 20:38:57 +0000 (13:38 -0700)
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 <vaibhav.hiremath@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Tested-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/connection.c

index 1880f8f6065f15552bd031b9c359828e1dd63284..1564db84b4ed6e639eb2d11e41628f180daaf8d2 100644 (file)
@@ -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)
 {