1
0
Fork 0

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>
hifive-unleashed-5.1
Johan Hovold 2016-08-03 14:09:28 +02:00 committed by Greg Kroah-Hartman
parent 8f60ce76a4
commit 6e8fc8c4c9
1 changed files with 0 additions and 9 deletions

View File

@ -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 */