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>
This commit is contained in:
parent
8f60ce76a4
commit
6e8fc8c4c9
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user