summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/greybus.h
diff options
context:
space:
mode:
authorPerry Hung <perry@leaflabs.com>2015-07-24 19:02:33 -0400
committerGreg Kroah-Hartman <gregkh@google.com>2015-07-29 10:06:18 -0700
commit75a60ed20d1ad58983e04dee27faae454e81d6a5 (patch)
tree811a5472043be9518351efd8ff277fa72402a60a /drivers/staging/greybus/greybus.h
parent7e275465fabd58065ec49c770bd4446f41a13e87 (diff)
greybus: svc: connection: ask SVC to create connections
Ask the SVC to do all the necessary bits for creating a new connection. This is skipped for the initial SVC connection. Tested-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Perry Hung <perry@leaflabs.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus.h')
-rw-r--r--drivers/staging/greybus/greybus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index 90f996276ca4..ef11b960d1b7 100644
--- a/drivers/staging/greybus/greybus.h
+++ b/drivers/staging/greybus/greybus.h
@@ -103,6 +103,7 @@ struct greybus_host_device {
struct gb_endo *endo;
struct gb_connection *initial_svc_connection;
+ struct gb_svc *svc;
/* Private data for the host driver */
unsigned long hd_priv[0] __aligned(sizeof(s64));