greybus: svc: drop all symbol exports
authorJohan Hovold <johan@hovoldconsulting.com>
Thu, 18 Aug 2016 15:43:22 +0000 (17:43 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 18 Aug 2016 15:52:23 +0000 (17:52 +0200)
commit6d13b6ff112b9a047f82d6cc01aa9d32c9133d8d
tree6c44be0c9825b2a078bff3ad8f9d0e47b87bbfe9
parentb5fbe819af2f8d8dceb421635a976462bb6885b8
greybus: svc: drop all 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).

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