greybus: interface: make gb_interface_destroy() static
authorGreg Kroah-Hartman <gregkh@google.com>
Sat, 25 Jul 2015 00:21:25 +0000 (17:21 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 27 Jul 2015 21:13:18 +0000 (14:13 -0700)
commit4bc88276ebc4ec329fea0e7f811a5cc55ca869ae
treeeec6b705024f10fc4a673dda9a9761aec6c3cf41
parentd187576fbe66995a97eebddaa27474b50407d18f
greybus: interface: make gb_interface_destroy() static

The function is only called locally, so mark it static to make sparse
happy.

Tested-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/interface.c