summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/greybus_protocols.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-08-03 14:09:28 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-08-03 15:42:38 +0200
commit6e8fc8c4c939730e4550a3f70c640f6f0a281079 (patch)
tree96386508e015f97f557b7f7ead2a4be81f1f2152 /drivers/staging/greybus/greybus_protocols.h
parent8f60ce76a4eb0911ddd5833badd0d27bb5dfb894 (diff)
greybus: remove unused protocol-version messages
Remove the unused protocol-version messages. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus_protocols.h')
-rw-r--r--drivers/staging/greybus/greybus_protocols.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h
index 7628c1851292..d8f8194bd9dc 100644
--- a/drivers/staging/greybus/greybus_protocols.h
+++ b/drivers/staging/greybus/greybus_protocols.h
@@ -99,15 +99,6 @@ struct gb_operation_msg_hdr {
#define GB_REQUEST_TYPE_PING 0x00
#define GB_REQUEST_TYPE_INVALID 0x7f
-struct gb_protocol_version_request {
- __u8 major;
- __u8 minor;
-} __packed;
-
-struct gb_protocol_version_response {
- __u8 major;
- __u8 minor;
-} __packed;
/* Control Protocol */