summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/interface.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-04-01 20:32:04 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2015-04-06 12:07:30 +0200
commit9f5f30e712430912f4cff65e97dd36f9b3bdbe4e (patch)
treed7897f0cff367818aa75602ea615b9674375a1d5 /drivers/staging/greybus/interface.h
parent8e2e22d7830616ac37a9045e9e749e35cbc10ffe (diff)
greybus: driver corresponds to a bundle, not interface
A Greybus driver will bind to a bundle, not an interface. Lets follow this rule in code. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/interface.h')
-rw-r--r--drivers/staging/greybus/interface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h
index 147c31119bec..9ee5b551029e 100644
--- a/drivers/staging/greybus/interface.h
+++ b/drivers/staging/greybus/interface.h
@@ -44,10 +44,6 @@ static inline void *gb_interface_get_drvdata(struct gb_interface *intf)
/* Greybus "private" definitions */
-const struct greybus_interface_id *
- gb_interface_match_id(struct gb_interface *intf,
- const struct greybus_interface_id *id);
-
struct gb_interface *gb_interface_find(struct greybus_host_device *hd,
u8 interface_id);