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

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
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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 */