summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-04-29 17:08:29 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-04-29 14:27:05 -0700
commitcca69fabeb715777c612f4223c91a2eca8f99c3a (patch)
treed3ac5fc3a147a6ca6997eaa6b0d9457776600825 /drivers/staging/greybus
parent16ba59cedf070a28dfd84d4f3713a9494f50fe4a (diff)
greybus: interface: remove unused prototype
Remove unused function prototype that was left after a recent change. 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/interface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h
index c9c1c92ece46..7a0366d08e32 100644
--- a/drivers/staging/greybus/interface.h
+++ b/drivers/staging/greybus/interface.h
@@ -48,9 +48,6 @@ struct gb_interface {
};
#define to_gb_interface(d) container_of(d, struct gb_interface, dev)
-struct gb_interface *gb_interface_find(struct gb_host_device *hd,
- u8 interface_id);
-
struct gb_interface *gb_interface_create(struct gb_module *module,
u8 interface_id);
int gb_interface_activate(struct gb_interface *intf);