greybus: greybus_protocols: remove bogus comment about svc bundle
authorJohan Hovold <johan@hovoldconsulting.com>
Tue, 29 Mar 2016 22:55:58 +0000 (18:55 -0400)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 30 Mar 2016 21:17:40 +0000 (14:17 -0700)
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 <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_protocols.h

index 863bcb9..31e772a 100644 (file)
 #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