aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.c
diff options
context:
space:
mode:
authorVaibhav Hiremath <vaibhav.hiremath@linaro.org>2016-05-05 14:32:29 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-05-05 13:38:57 -0700
commit6d58e7144473f46c245792380c8fc1c7e928147e (patch)
tree2b403fe0cc95856dc533e6af6d576c49706f7416 /drivers/staging/greybus/connection.c
parentgreybus: gpbridge: Add gpbridge driver init/exit helper macros (diff)
downloadlinux-dev-6d58e7144473f46c245792380c8fc1c7e928147e.tar.xz
linux-dev-6d58e7144473f46c245792380c8fc1c7e928147e.zip
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 <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>
Diffstat (limited to 'drivers/staging/greybus/connection.c')
-rw-r--r--drivers/staging/greybus/connection.c1
1 files changed, 1 insertions, 0 deletions
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)
{