summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-01-21 17:34:19 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2016-01-21 22:46:38 -0800
commit63cf52f79b4c9f73657285031427ca748d11ce86 (patch)
tree56ef7ad6e57a748a16dfa02157d80d14c074d7aa /drivers/staging/greybus/connection.h
parent8278fae5d727b02af2fb7e1ac518c63569096c9f (diff)
downloadlinux-63cf52f79b4c9f73657285031427ca748d11ce86.tar.bz2
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;