greybus: svc: save pointer to struct gb_svc in struct gb_interface
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 3 Jul 2015 11:30:30 +0000 (17:00 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 8 Jul 2015 18:44:25 +0000 (11:44 -0700)
commit6ceb8fdeaec665642de944ee47d11440e72a5e26
tree61bb990a15125a95700b6575883d0a4e006fe746
parentab69c4cea3b4ddf6bce4db810db37a3911b08e15
greybus: svc: save pointer to struct gb_svc in struct gb_interface

Its another special protocol (just like control protocol) and is
required to be accessed from other files, lets save a pointer to it in
interface structure.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/interface.h
drivers/staging/greybus/svc.c
drivers/staging/greybus/svc.h