summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/hd.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2015-11-25 15:59:21 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2015-11-25 15:35:59 -0800
commit0f37860de9a86d25f86ccc95631fa03fa766f31e (patch)
tree31854eac530903f1681a84dd81afd48387084424 /drivers/staging/greybus/hd.h
parentdc3da5db2858c3fb33441988d1b6d56c06e53d7d (diff)
downloadlinux-0f37860de9a86d25f86ccc95631fa03fa766f31e.tar.bz2
greybus: kill the endo
Remove the now unused endo and module code. Note that the never-implemented serial and version attributes of the endo can be implemented as svc attributes if needed. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/hd.h')
-rw-r--r--drivers/staging/greybus/hd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/hd.h b/drivers/staging/greybus/hd.h
index 72716e0e81b1..5612b489dd24 100644
--- a/drivers/staging/greybus/hd.h
+++ b/drivers/staging/greybus/hd.h
@@ -40,7 +40,6 @@ struct gb_host_device {
/* Host device buffer constraints */
size_t buffer_size_max;
- struct gb_endo *endo;
struct gb_svc *svc;
struct gb_connection *svc_connection;