From: Johan Hovold Date: Tue, 29 Mar 2016 22:55:58 +0000 (-0400) Subject: greybus: greybus_protocols: remove bogus comment about svc bundle X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~566 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=601df8ff3ad2f88bdece80e71986b462da9c9b2e;p=karo-tx-linux.git greybus: greybus_protocols: remove bogus comment about svc bundle The SVC connection is special and does not belong to neither an interface or a bundle. Remove the unused SVC bundle-id define. 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 863bcb9e78e4..31e772a61f48 100644 --- a/drivers/staging/greybus/greybus_protocols.h +++ b/drivers/staging/greybus/greybus_protocols.h @@ -59,11 +59,6 @@ #define GB_DEVICE_ID_AP 1 #define GB_DEVICE_ID_MODULES_START 2 -/* - * Bundle/cport for control/svc cport: The same bundle/cport is shared by both - * CONTROL and SVC protocols for communication between AP and SVC. - */ -#define GB_SVC_BUNDLE_ID 0 #define GB_SVC_CPORT_ID 0 #define GB_CONTROL_BUNDLE_ID 0 #define GB_CONTROL_CPORT_ID 0