From: Johan Hovold Date: Wed, 9 Mar 2016 15:13:55 +0000 (+0100) Subject: greybus: greybus_manifest: remove unused SVC class X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a23aa56452a8c705c7da62e9eda4c2fafd837829;p=linux-beck.git greybus: greybus_manifest: remove unused SVC class Mark the SVC Bundle-class id as unused. Signed-off-by: Johan Hovold Reviewed-by: Jeffrey Carlyle Reviewed-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h index 86ebc0abe601..12b6e74ee345 100644 --- a/drivers/staging/greybus/greybus_manifest.h +++ b/drivers/staging/greybus/greybus_manifest.h @@ -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,