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)
commit6d58e7144473f46c245792380c8fc1c7e928147e
tree2b403fe0cc95856dc533e6af6d576c49706f7416
parentac4cbc575153fe8044d1e7d7742889ab0850913a
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>
drivers/staging/greybus/connection.c