summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.h
diff options
context:
space:
mode:
authorJohan Hovold2016-01-21 17:34:19 +0100
committerGreg Kroah-Hartman2016-01-22 07:46:38 +0100
commit63cf52f79b4c9f73657285031427ca748d11ce86 (patch)
tree56ef7ad6e57a748a16dfa02157d80d14c074d7aa /drivers/staging/greybus/connection.h
parentgreybus: legacy: add initialized flag (diff)
downloadkernel-qcow2-linux-63cf52f79b4c9f73657285031427ca748d11ce86.tar.gz
kernel-qcow2-linux-63cf52f79b4c9f73657285031427ca748d11ce86.tar.xz
kernel-qcow2-linux-63cf52f79b4c9f73657285031427ca748d11ce86.zip
greybus: connection: remove legacy protocol id from core
Remove legacy protocol-id field that is only used by the legacy-protocol driver from the connection structure. Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/connection.h')
-rw-r--r--drivers/staging/greybus/connection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/connection.h b/drivers/staging/greybus/connection.h
index 0e78f10d91c8..8e5284abb377 100644
--- a/drivers/staging/greybus/connection.h
+++ b/drivers/staging/greybus/connection.h
@@ -38,7 +38,6 @@ struct gb_connection {
gb_request_handler_t handler;
struct gb_protocol *protocol;
- u8 protocol_id;
u8 module_major;
u8 module_minor;