summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_protocols.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-03-09 12:20:46 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2016-03-10 13:57:42 -0800
commitd18da86b51c135100e297a9833bcdc586e68a84b (patch)
tree4ffca547d1753187d971927dadf9d8d120a4e530 /drivers/staging/greybus/greybus_protocols.h
parente676ccd7134ae9e73d2f82446cef011a12f30e9b (diff)
greybus: greybus_protocols: remove svc-eject timeout define
The SVC eject timeout is implementation specific and does not belong in the protocol header so move it to the svc module. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus_protocols.h')
-rw-r--r--drivers/staging/greybus/greybus_protocols.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h
index 524c64987b42..9c628cc5f8e6 100644
--- a/drivers/staging/greybus/greybus_protocols.h
+++ b/drivers/staging/greybus/greybus_protocols.h
@@ -847,7 +847,6 @@ struct gb_svc_intf_reset_request {
} __packed;
/* interface reset response has no payload */
-#define GB_SVC_EJECT_TIME 9000
struct gb_svc_intf_eject_request {
__u8 intf_id;
} __packed;