Commit 6e8fc8c4 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman

greybus: remove unused protocol-version messages

Remove the unused protocol-version messages.
Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 8f60ce76
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment