greybus: svc: drop unnecessary symbol exports
authorJohan Hovold <johan@hovoldconsulting.com>
Fri, 19 Aug 2016 07:42:21 +0000 (09:42 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 19 Aug 2016 07:57:28 +0000 (09:57 +0200)
commitbe67e7e54bb1c22e396285bd7b4721786cba1209
tree2aa9e291d7f8e05d1c906b476f0a10fb7609cbe7
parent46bb647b1ca0f136b991151e3dd365b751572f40
greybus: svc: drop unnecessary symbol exports

The svc functions are only supposed to be called by core and should not
be exported.

Most of these functions should never have been exported in the first
place, while a few no longer needs to be (e.g. since core gained support
for offloaded connections).

The only remaining exception is gb_svc_intf_set_power_mode() which is
needed by the camera driver until proper link management is in place.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/svc.c