greybus: make svc_set_route_send() public
authorAlex Elder <elder@linaro.org>
Wed, 22 Oct 2014 07:04:31 +0000 (02:04 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 22 Oct 2014 09:20:28 +0000 (17:20 +0800)
commit525f1467bc22ad7d0866444b3a57c21ba64a0dd2
treeedd78cb1f9e7f6afffc23a7a825366e09a3b67a0
parent36561f23a80b7c44320f34a3b6e6833616e50200
greybus: make svc_set_route_send() public

Give svc_set_route_send() non-private scope so it can be used by a
function outside "ap.c" in the next patch.  Change its type so it
can tell its caller if an error occurs.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/ap.c
drivers/staging/greybus/greybus.h