mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
greybus: greybus_manifest: remove unused SVC class
Mark the SVC Bundle-class id as unused. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Reviewed-by: Jeffrey Carlyle <jcarlyle@google.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
9230e298cf
commit
a23aa56452
@ -71,7 +71,7 @@ enum greybus_class_type {
|
||||
GREYBUS_CLASS_LOOPBACK = 0x11,
|
||||
GREYBUS_CLASS_AUDIO = 0x12,
|
||||
/* 0x13 is unused */
|
||||
GREYBUS_CLASS_SVC = 0x14,
|
||||
/* 0x14 is unused */
|
||||
GREYBUS_CLASS_FIRMWARE = 0x15,
|
||||
/* ... */
|
||||
GREYBUS_CLASS_RAW = 0xfe,
|
||||
|
Loading…
Reference in New Issue
Block a user