OSDN Git Service

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>
Wed, 29 Jul 2015 17:06:18 +0000 (10:06 -0700)
commitd45b1b8674cbefe1358a042d800f84766e534ba5
treeef1bf9e6260d5f9f8eb14268c5e97866c67760ab
parent260998ebc6c5e4a2518347eb4f99629fac4fe6cb
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