greybus: greybus_manifest: remove unused SVC class
authorJohan Hovold <johan@hovoldconsulting.com>
Wed, 9 Mar 2016 15:13:55 +0000 (16:13 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 10 Mar 2016 06:31:13 +0000 (22:31 -0800)
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>
drivers/staging/greybus/greybus_manifest.h

index 86ebc0a..12b6e74 100644 (file)
@@ -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,