From: Johan Hovold Date: Wed, 3 Aug 2016 12:09:28 +0000 (+0200) Subject: greybus: remove unused protocol-version messages X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6e8fc8c4c939730e4550a3f70c640f6f0a281079;p=linux-beck.git greybus: remove unused protocol-version messages Remove the unused protocol-version messages. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- 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 */