]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
greybus: interface: localize gb_interface_destroy()
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 24 Jul 2015 10:02:22 +0000 (15:32 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 24 Jul 2015 23:33:20 +0000 (16:33 -0700)
Its not referenced by svc or any other code anymore, lets stop exposing
it to rest of the files.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Tested-by: Perry Hung <perry@leaflabs.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/interface.h

index fc2d29fc7ddb2be4b571a22c81472ff4bc394629..558e6dbaa26b6a62a401c4d30ae0ae0dfe7d0580 100644 (file)
@@ -52,7 +52,6 @@ struct gb_interface *gb_interface_find(struct greybus_host_device *hd,
 struct gb_interface *gb_interface_create(struct greybus_host_device *hd,
                                         u8 interface_id);
 int gb_interface_init(struct gb_interface *intf, u8 device_id);
-void gb_interface_destroy(struct gb_interface *intf);
 void gb_interface_remove(struct greybus_host_device *hd, u8 interface_id);
 void gb_interfaces_remove(struct greybus_host_device *hd);