From 6e8fc8c4c939730e4550a3f70c640f6f0a281079 Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Wed, 3 Aug 2016 14:09:28 +0200 Subject: [PATCH] greybus: remove unused protocol-version messages Remove the unused protocol-version messages. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/greybus_protocols.h | 9 --------- 1 file changed, 9 deletions(-) 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 */ -- 2.39.2