summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/interface.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-07-24 15:32:21 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2015-07-24 16:33:20 -0700
commitb45864d40ca6f453a708d1e74c2108424ac15bdb (patch)
treeb3f8717de4266c9e0bfb91f2ef13134f231e9a07 /drivers/staging/greybus/interface.h
parentdcd05008e491252280c178d9d5300a885b4f4548 (diff)
downloadlinux-b45864d40ca6f453a708d1e74c2108424ac15bdb.tar.bz2
greybus: svc: remove interface->svc pointer
Its not updated/used anymore, remove it. Also move back the struct gb_svc to svc.c as its not referenced by external users anymore. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Tested-by: Perry Hung <perry@leaflabs.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/interface.h')
-rw-r--r--drivers/staging/greybus/interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h
index 9a9260c43be4..fc2d29fc7ddb 100644
--- a/drivers/staging/greybus/interface.h
+++ b/drivers/staging/greybus/interface.h
@@ -14,7 +14,6 @@
struct gb_interface {
struct device dev;
struct gb_control *control;
- struct gb_svc *svc;
struct list_head bundles;
struct list_head links; /* greybus_host_device->interfaces */