summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/module.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-12-11 17:10:54 -0500
committerGreg Kroah-Hartman <greg@kroah.com>2014-12-11 19:53:59 -0500
commit1cd9ba1477f25e9137403162092452f176dd30b4 (patch)
tree8bd6b3b8962bd5bbf72936dc903aa5ecd584d4d2 /drivers/staging/greybus/module.h
parent708c126695611f2028aaa152398c75a03aeb1344 (diff)
greybus: module: remove obsolete gb_tty pointer
We aren't using this anymore, so remove gb_tty from struct gb_module. Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/module.h')
-rw-r--r--drivers/staging/greybus/module.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/greybus/module.h b/drivers/staging/greybus/module.h
index facc8ba0fa40..2fdca57398d2 100644
--- a/drivers/staging/greybus/module.h
+++ b/drivers/staging/greybus/module.h
@@ -28,8 +28,6 @@ struct gb_module {
u64 unique_id;
struct greybus_host_device *hd;
-
- struct gb_tty *gb_tty;
};
#define to_gb_module(d) container_of(d, struct gb_module, dev)