summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions
bb1c22e396285bd7b4721786cba1209'>be67e7e54bb1c22e396285bd7b4721786cba1209 (patch) tree2aa9e291d7f8e05d1c906b476f0a10fb7609cbe7 /drivers/staging/greybus parent46bb647b1ca0f136b991151e3dd365b751572f40 (diff)
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>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/svc.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/greybus/svc.c b/drivers/staging/greybus/svc.c