summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/greybus.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-07-01 12:13:57 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2015-07-01 16:38:42 -0700
commit7e9017d482a2678ed32e7f60e6bfea10bab2dfa1 (patch)
tree6ef12b1a1928e8605cf9a7c9d99fef53bf24509b /drivers/staging/greybus/greybus.h
parentc3a1617099cb57da038297cfc40abedb1fe7a287 (diff)
greybus: svc: Drop svc_set_route_send()
The responsibility of this routine is to configure ARA switch to establish a connection between a cport on the AP and a cport on an interface. The SVC protocol is responsible for such requests and we already have connection_{create|destroy}_operation() to take care of this. Moreover, this request is not served by the firmware or gbsim today and they just print a debug message on this request. And so it is safe to drop svc_set_route_send() function and fix the required functionality of configuring the switch in svc protocol driver later. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus.h')
-rw-r--r--drivers/staging/greybus/greybus.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index 6874939e6d1e..c1157df9230b 100644
--- a/drivers/staging/greybus/greybus.h
+++ b/drivers/staging/greybus/greybus.h
@@ -163,9 +163,6 @@ struct dentry *gb_debugfs_get(void);
extern struct bus_type greybus_bus_type;
-int svc_set_route_send(struct gb_bundle *bundle,
- struct greybus_host_device *hd);
-
extern struct device_type greybus_endo_type;
extern struct device_type greybus_module_type;
extern struct device_type greybus_interface_type;